Refactor player managers

This commit is contained in:
Melledy
2022-07-18 20:42:22 -07:00
Unverified
parent 3957616b6c
commit d20e9d1f72
30 changed files with 231 additions and 485 deletions
@@ -13,7 +13,7 @@ public class PacketHomeBasicInfoNotify extends BasePacket {
public PacketHomeBasicInfoNotify(Player player, boolean editMode) {
super(PacketOpcodes.HomeBasicInfoNotify);
if(player.getCurrentRealmId() == null){
if (player.getCurrentRealmId() <= 0) {
return;
}