mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
forgot to fix this on conflict resolving
This commit is contained in:
@@ -122,7 +122,9 @@ namespace FFXIVClassic_Map_Server.dataobjects
|
||||
if (actor is Character && ((Character)actor).isStatic)
|
||||
continue;
|
||||
|
||||
QueuePacket(actor.CreatePositionUpdatePacket());
|
||||
var packet = actor.CreatePositionUpdatePacket();
|
||||
if (packet != null)
|
||||
QueuePacket(packet);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user