diff options
author | Barichello <artur@barichello.me> | 2022-02-19 00:57:01 -0300 |
---|---|---|
committer | Barichello <artur@barichello.me> | 2022-02-19 00:57:01 -0300 |
commit | 6890f7c79c33543036d14feadfa71aedd22ca183 (patch) | |
tree | 74c7e712289e1e2f34e1fc3c11c6f0e4a35978dd | |
parent | bcff03b9af134f32ff71173019bf7d93d64468ba (diff) | |
download | NorthstarMods-6890f7c79c33543036d14feadfa71aedd22ca183.tar.gz NorthstarMods-6890f7c79c33543036d14feadfa71aedd22ca183.zip |
Remove dev function export
-rw-r--r-- | Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_cp.nut | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_cp.nut b/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_cp.nut index a35af7de..80cf8413 100644 --- a/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_cp.nut +++ b/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_cp.nut @@ -3,7 +3,6 @@ untyped global function GamemodeCP_Init global function RateSpawnpoints_CP global function DEV_PrintHardpointsInfo -global function DEV_PrintPlayersOnHardpoint // needed for sh_gamemode_cp_dialogue global array<entity> HARDPOINTS |