fixed localization
This commit is contained in:
parent
5f57e414f1
commit
4aef755354
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -381,7 +381,6 @@ public class IntegratedServer {
|
|||
sendIPCPacket(new IPCPacketFFProcessKeepAlive(IPCPacket0BPause.ID));
|
||||
}else {
|
||||
System.err.println("Client tried to " + (pkt.pause ? "pause" : "unpause") + " while server was stopped");
|
||||
sendTaskFailed();
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
|
|
@ -21,7 +21,7 @@ public class StringTranslate {
|
|||
}
|
||||
|
||||
public static void init(List<String> en_us) {
|
||||
instance = new StringTranslate(en_us);
|
||||
instance.loadLanguageList(en_us);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user