another attempt to get opening fight working (client hangs after talking to yda for second time for some reason..)

This commit is contained in:
Tahir Akhlaq 2017-09-22 03:26:12 +01:00
parent ba8184db89
commit 56491266cc
2 changed files with 31 additions and 15 deletions

View file

@ -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);
}
}
}