aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_at.nut
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-01-08 04:00:54 +0000
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-01-08 04:00:54 +0000
commit7cf203f919877adfac496b42e0c576aa6647d2b7 (patch)
tree4931602f625a56b5bb470de6f850ae305d440b44 /Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_at.nut
parentbf6cb524007280ec9ae65ca5503393f53e81a224 (diff)
downloadNorthstarMods-7cf203f919877adfac496b42e0c576aa6647d2b7.tar.gz
NorthstarMods-7cf203f919877adfac496b42e0c576aa6647d2b7.zip
proper pvp spawnpoint rating algorithm implementation
Diffstat (limited to 'Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_at.nut')
-rw-r--r--Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_at.nut6
1 files changed, 0 insertions, 6 deletions
diff --git a/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_at.nut b/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_at.nut
index b75ed51b6..573ea72fc 100644
--- a/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_at.nut
+++ b/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_at.nut
@@ -1,6 +1,5 @@
global function GamemodeAt_Init
global function RateSpawnpoints_AT
-global function RateSpawnpoints_SpawnZones
void function GamemodeAt_Init()
{
@@ -10,9 +9,4 @@ void function GamemodeAt_Init()
void function RateSpawnpoints_AT( int checkclass, array<entity> spawnpoints, int team, entity player )
{
RateSpawnpoints_Generic( checkclass, spawnpoints, team, player ) // temp
-}
-
-void function RateSpawnpoints_SpawnZones( int checkclass, array<entity> spawnpoints, int team, entity player )
-{
- RateSpawnpoints_Generic( checkclass, spawnpoints, team, player ) // temp
} \ No newline at end of file