mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-24 10:17:39 +00:00
Fix indentation
This commit is contained in:
parent
e25e1bfe67
commit
c47f50696d
@ -605,9 +605,9 @@ public class LocalSession {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void handleCUIInitializationMessage(String text) {
|
public void handleCUIInitializationMessage(String text) {
|
||||||
if(!hasCUISupport()) {
|
if(!hasCUISupport()) {
|
||||||
setCUISupport(true);
|
setCUISupport(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
String[] split = text.split("\\|");
|
String[] split = text.split("\\|");
|
||||||
if (split.length > 1 && split[0].equalsIgnoreCase("v")) { // enough fields and right message
|
if (split.length > 1 && split[0].equalsIgnoreCase("v")) { // enough fields and right message
|
||||||
|
Loading…
Reference in New Issue
Block a user