From 9a96d0bff56f1969c68bb52a2f33296095bdc67d Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Tue, 31 Aug 2021 23:14:58 +0100 Subject: move to new mod format --- .../scripts/vscripts/gamemodes/_gamemode_at.nut | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 Northstar.CustomServers/scripts/vscripts/gamemodes/_gamemode_at.nut (limited to 'Northstar.CustomServers/scripts/vscripts/gamemodes/_gamemode_at.nut') diff --git a/Northstar.CustomServers/scripts/vscripts/gamemodes/_gamemode_at.nut b/Northstar.CustomServers/scripts/vscripts/gamemodes/_gamemode_at.nut deleted file mode 100644 index b75ed51b6..000000000 --- a/Northstar.CustomServers/scripts/vscripts/gamemodes/_gamemode_at.nut +++ /dev/null @@ -1,18 +0,0 @@ -global function GamemodeAt_Init -global function RateSpawnpoints_AT -global function RateSpawnpoints_SpawnZones - -void function GamemodeAt_Init() -{ - -} - -void function RateSpawnpoints_AT( int checkclass, array spawnpoints, int team, entity player ) -{ - RateSpawnpoints_Generic( checkclass, spawnpoints, team, player ) // temp -} - -void function RateSpawnpoints_SpawnZones( int checkclass, array spawnpoints, int team, entity player ) -{ - RateSpawnpoints_Generic( checkclass, spawnpoints, team, player ) // temp -} \ No newline at end of file -- cgit v1.2.3