mirror of
https://git.eaglercraft.rip/eaglercraft/eaglercraft-1.5.git
synced 2025-01-22 15:31:53 -05:00
fixed localization
This commit is contained in:
parent
5f57e414f1
commit
4aef755354
4 changed files with 10490 additions and 10491 deletions
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 a new issue