mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
another attempt to get opening fight working (client hangs after talking to yda for second time for some reason..)
This commit is contained in:
@@ -127,8 +127,8 @@ namespace FFXIVClassic_Map_Server.actors.director
|
||||
{
|
||||
((GuildleveDirector)this).LoadGuildleve();
|
||||
}
|
||||
|
||||
StartCoroutine("main", this);
|
||||
|
||||
CallLuaScript("main", this, contentGroup);
|
||||
}
|
||||
|
||||
public void StartContentGroup()
|
||||
@@ -314,8 +314,5 @@ namespace FFXIVClassic_Map_Server.actors.director
|
||||
DynValue value = coroutine.Resume(args2);
|
||||
LuaEngine.GetInstance().ResolveResume(player, coroutine, value);
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user