mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-08-02 07:41:58 +02: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:
parent
ba8184db89
commit
56491266cc
2 changed files with 31 additions and 15 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue