fix comparator

This commit is contained in:
Aaron Kimbre 2022-04-16 23:33:44 -05:00
parent b4acf329b4
commit 0e5a1c9721

View File

@ -1,4 +1,4 @@
//I can feel my soul being torn apart with every script added to this monstrosity. //I can feel my soul being torn apart with every script added to this monstrosity.
// skate fast eat trash // skate fast eat trash
// do you think god stays in heaven because he too lives in fear of what he's created? // do you think god stays in heaven because he too lives in fear of what he's created?
@ -800,9 +800,9 @@ CppScripts::Script* CppScripts::GetScript(Entity* parent, const std::string& scr
script = new BuccaneerValiantShip(); script = new BuccaneerValiantShip();
// FB // FB
else if (scriptName = "scripts\\ai\\NS\\WH\\L_ROCKHYDRANT_BROKEN.lua") else if (scriptName == "scripts\\ai\\NS\\WH\\L_ROCKHYDRANT_BROKEN.lua")
script = new RockHydrantBroken(); script = new RockHydrantBroken();
else if (scriptName = "L_NS_WH_FANS.lua") else if (scriptName == "L_NS_WH_FANS.lua")
script = new WhFans(); script = new WhFans();
//Ignore these scripts: //Ignore these scripts: