mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-20 00:13:21 +02:00
make sure the buf is released
This commit is contained in:
parent
bf736d17a2
commit
a1d651f2dd
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue