make sure the buf is released

This commit is contained in:
Oth3r 2023-11-26 10:19:34 -06:00
commit a1d651f2dd

View file

@ -47,6 +47,7 @@ public class Sit implements ModInitializer {
Gson gson = new GsonBuilder().disableHtmlEscaping().create();
playerSettings.put(player,gson.fromJson(packet.getMessage(),hashMapToken));
});
buf.release();
});
}
public static MutableText lang(String key, Object... args) {