removing testing print

This commit is contained in:
Oth3r 2023-11-26 00:40:26 -06:00
commit cf20a39c4c

View file

@ -40,7 +40,6 @@ public class Sit implements ModInitializer {
Type hashMapToken = new TypeToken<HashMap<String, Object>>() {}.getType();
Gson gson = new GsonBuilder().disableHtmlEscaping().create();
playerSettings.put(player,gson.fromJson(packet.getMessage(),hashMapToken));
System.out.println(playerSettings);
}));
}
public static MutableText lang(String key, Object... args) {