geforkt von Mirrors/FastAsyncWorldEdit
Fix indentation
Dieser Commit ist enthalten in:
Ursprung
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
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren