mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
Implemented WeatherDirector , ZoneMaster, and WorldMaster in code. Zone objects has become the ZoneMaster actor object.
This commit is contained in:
parent
724445a54a
commit
1c845e62e3
9 changed files with 209 additions and 18 deletions
|
@ -195,7 +195,7 @@ namespace FFXIVClassic_Map_Server
|
|||
|
||||
foreach (object o in list)
|
||||
{
|
||||
if (o.GetType().IsArray)
|
||||
if (o != null && o.GetType().IsArray)
|
||||
{
|
||||
Array arrayO = (Array)o;
|
||||
foreach (object o2 in arrayO)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue