forked from virt-mirrors/Sit
removing testing print
This commit is contained in:
parent
9bac78a087
commit
cf20a39c4c
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ public class Sit implements ModInitializer {
|
||||||
Type hashMapToken = new TypeToken<HashMap<String, Object>>() {}.getType();
|
Type hashMapToken = new TypeToken<HashMap<String, Object>>() {}.getType();
|
||||||
Gson gson = new GsonBuilder().disableHtmlEscaping().create();
|
Gson gson = new GsonBuilder().disableHtmlEscaping().create();
|
||||||
playerSettings.put(player,gson.fromJson(packet.getMessage(),hashMapToken));
|
playerSettings.put(player,gson.fromJson(packet.getMessage(),hashMapToken));
|
||||||
System.out.println(playerSettings);
|
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
public static MutableText lang(String key, Object... args) {
|
public static MutableText lang(String key, Object... args) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue