1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-07 03:07:45 +00:00

fix infinite loop trying to return from Event

Scene00099 doesn't do anything and causes server to infinitely attempt to return from it
This commit is contained in:
Pinapelz 2024-05-12 12:01:21 -07:00
parent 3008404c22
commit 4679420d84

View file

@ -96,8 +96,6 @@ class SubFst009 : public Sapphire::ScriptAPI::QuestScript
{
if (result.getResult(0) == 1)
Scene00100(quest, player);
else
Scene00099(quest, player);
}
//////////////////////////////////////////////////////////////////////