Some startup fixes and cleanups

This commit is contained in:
hondacrx
2023-02-10 22:14:58 -05:00
parent 149fadccab
commit 7d4bbd78fc
10 changed files with 42 additions and 53 deletions
@@ -51,7 +51,7 @@ namespace Game.Networking.Packets
}
public byte State;
public bool SuppressNotification;
public bool SuppressNotification = true;
}
class ChangeRealmTicketResponse : ServerPacket