forked from virt-mirrors/Sit
updated Utl locations
This commit is contained in:
parent
47087db49e
commit
6a2afaf88c
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,6 @@ public class SitClient implements ClientModInitializer {
|
||||||
}
|
}
|
||||||
public static void sendPackets() {
|
public static void sendPackets() {
|
||||||
Gson gson = new GsonBuilder().disableHtmlEscaping().create();
|
Gson gson = new GsonBuilder().disableHtmlEscaping().create();
|
||||||
new PacketBuilder(gson.toJson(Utl.getHandSettings())).send();
|
new PacketBuilder(gson.toJson(Utl.PlayerSettings.getHandSettings())).send();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue