Some cleanups. (might break build for scripts as they are a WIP)
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Game
|
||||
{
|
||||
Player player = Global.ObjAccessor.FindPlayer(packet.TargetGUID);
|
||||
|
||||
if (!player)
|
||||
if (player == null)
|
||||
return;
|
||||
|
||||
CanDuelResult response = new();
|
||||
|
||||
Reference in New Issue
Block a user