aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod/scripts/vscripts/titan
diff options
context:
space:
mode:
Diffstat (limited to 'Northstar.CustomServers/mod/scripts/vscripts/titan')
-rw-r--r--Northstar.CustomServers/mod/scripts/vscripts/titan/_replacement_titans_drop.gnut10
1 files changed, 0 insertions, 10 deletions
diff --git a/Northstar.CustomServers/mod/scripts/vscripts/titan/_replacement_titans_drop.gnut b/Northstar.CustomServers/mod/scripts/vscripts/titan/_replacement_titans_drop.gnut
index 743fc8eaf..933e9988f 100644
--- a/Northstar.CustomServers/mod/scripts/vscripts/titan/_replacement_titans_drop.gnut
+++ b/Northstar.CustomServers/mod/scripts/vscripts/titan/_replacement_titans_drop.gnut
@@ -1,7 +1,6 @@
global function ReplacementTitansDrop_Init
global function GetTitanReplacementPoint
global function HullTraceDropPoint
-global function DebugSpawnTitan
global function DebugTitanfall
global function TitanFindDropNodes
global function TitanHulldropSpawnpoint
@@ -42,15 +41,6 @@ void function AddDroppoint( entity ent )
AddToScriptManagedEntArray( file.replacementSpawnpointsID, ent )
}
-void function DebugSpawnTitan()
-{
- entity player = GetPlayerArray()[0]
- vector spawnpointOrigin = player.GetOrigin()
- vector spawnpointAngles = VectorToAngles( FlattenVector( GetPlayerArray()[0].GetViewVector() ) * -1 )
- entity titan = CreateAutoTitanForPlayer_FromTitanLoadout( player, GetTitanLoadoutForPlayer( player ), spawnpointOrigin, spawnpointAngles )
- DispatchSpawn( titan )
-}
-
void function DebugTitanfall()
{
thread DebugTitanfallThread()