Skip to content

Commit

Permalink
Fix another missing script
Browse files Browse the repository at this point in the history
  • Loading branch information
EmosewaMC committed Nov 25, 2023
1 parent 2cff7fb commit 0fa3d68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dScripts/CppScripts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,8 @@ CppScripts::Script* CppScripts::GetScript(Entity* parent, const std::string& scr
script = new NtDukeServer();
else if (scriptName == "scripts\\02_server\\Map\\NT\\L_NT_HAEL_SERVER.lua")
script = new NtHaelServer();
else if (scriptName == "scripts\\02_server\\Map\\NT\\L_NT_FACTION_SPY_SERVER.lua")
script = new NtFactionSpyServer();
else if (scriptName == "scripts\\02_server\\Map\\NT\\L_NT_OVERBUILD_SERVER.lua")
script = new NtOverbuildServer();
else if (scriptName == "scripts\\02_server\\Map\\NT\\L_NT_VANDA_SERVER.lua")
Expand Down

0 comments on commit 0fa3d68

Please sign in to comment.