Some cleanups. (might break build for scripts as they are a WIP)
This commit is contained in:
@@ -589,7 +589,7 @@ namespace Game.Networking.Packets
|
||||
if (characterInfo == null)
|
||||
return false;
|
||||
|
||||
if (player)
|
||||
if (player != null)
|
||||
{
|
||||
Cypher.Assert(player.GetGUID() == guid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user