mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Scripted almost all of lower limsa.
This commit is contained in:
@@ -314,7 +314,7 @@ namespace FFXIVClassic_Map_Server.Actors
|
||||
|
||||
if (child != null && child.Globals["init"] != null)
|
||||
result = child.Call(child.Globals["init"], this);
|
||||
else if (parent.Globals["init"] != null)
|
||||
else if (parent != null && parent.Globals["init"] != null)
|
||||
result = parent.Call(parent.Globals["init"], this);
|
||||
else
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user