mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-25 15:07:28 +00:00
fix comparator
This commit is contained in:
parent
b4acf329b4
commit
0e5a1c9721
@ -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
|
||||
// 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();
|
||||
|
||||
// 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();
|
||||
else if (scriptName = "L_NS_WH_FANS.lua")
|
||||
else if (scriptName == "L_NS_WH_FANS.lua")
|
||||
script = new WhFans();
|
||||
|
||||
//Ignore these scripts:
|
||||
|
Loading…
Reference in New Issue
Block a user