mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-09 20:24:16 +00:00
Implement Rocket Launch Lup Component
This commit is contained in:
@@ -203,7 +203,6 @@
|
||||
#include "NtSleepingGuard.h"
|
||||
|
||||
// DLU Scripts
|
||||
#include "SbLupTeleport.h"
|
||||
#include "DLUVanityNPC.h"
|
||||
|
||||
// AM Scripts
|
||||
@@ -767,8 +766,6 @@ CppScripts::Script* CppScripts::GetScript(Entity* parent, const std::string& scr
|
||||
script = new NjNyaMissionitems();
|
||||
|
||||
//DLU:
|
||||
else if (scriptName == "scripts\\02_server\\DLU\\L_SB_LUP_TELEPORT.lua")
|
||||
script = new SbLupTeleport();
|
||||
else if (scriptName == "scripts\\02_server\\DLU\\DLUVanityNPC.lua")
|
||||
script = new DLUVanityNPC();
|
||||
|
||||
|
Reference in New Issue
Block a user