mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 13:34:38 +02:00
fixed derps causing client/server crashes
This commit is contained in:
parent
8eaa920751
commit
ac01224769
16 changed files with 60 additions and 60 deletions
|
@ -622,7 +622,7 @@ namespace FFXIVClassic_Map_Server
|
|||
client.GetActor().SendInstanceUpdate();
|
||||
client.QueuePacket(BasePacket.CreatePacket(SendMessagePacket.BuildPacket(client.actorID, client.actorID, SendMessagePacket.MESSAGE_TYPE_GENERAL_INFO, "", String.Format("Reseting zone {0}...", client.GetActor().zoneId)), true, false));
|
||||
}
|
||||
Server.GetWorldManager().reloadZone(client.GetActor().zoneId);
|
||||
Server.GetWorldManager().ReloadZone(client.GetActor().zoneId);
|
||||
return true;
|
||||
}
|
||||
#endregion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue