mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 06:24: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
|
@ -464,7 +464,7 @@ namespace FFXIVClassic_Map_Server
|
|||
LuaEngine.OnZoneIn(player);
|
||||
}
|
||||
|
||||
public void reloadZone(uint zoneId)
|
||||
public void ReloadZone(uint zoneId)
|
||||
{
|
||||
if (!zoneList.ContainsKey(zoneId))
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue