Refactor some commands and move inventory/team limits to the config

This commit is contained in:
Melledy
2022-04-19 02:22:21 -07:00
Unverified
parent f7752c027d
commit c4ccb298f9
39 changed files with 116 additions and 109 deletions
@@ -13,7 +13,7 @@ public class PacketPlayerGameTimeNotify extends GenshinPacket {
PlayerGameTimeNotify proto = PlayerGameTimeNotify.newBuilder()
.setGameTime(player.getScene().getTime())
.setUid(player.getId())
.setUid(player.getUid())
.build();
this.setData(proto);