aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom/mod/scripts/vscripts/gamemodes/sh_gamemode_gg.gnut
diff options
context:
space:
mode:
authorConnie Price <contact@connieprice.co.uk>2022-01-19 21:34:30 +0000
committerBarichello <artur@barichello.me>2022-01-20 17:30:02 -0300
commit8036197f7d7b74b3a9b88465106874e1a2edf48d (patch)
tree6972a283989042fc97b8cb38fd9cad7105e9937d /Northstar.Custom/mod/scripts/vscripts/gamemodes/sh_gamemode_gg.gnut
parentd72946a3ddcba685472b3f4b76c70dff00133d78 (diff)
downloadNorthstarMods-8036197f7d7b74b3a9b88465106874e1a2edf48d.tar.gz
NorthstarMods-8036197f7d7b74b3a9b88465106874e1a2edf48d.zip
Fixed gungame meter gamemode check.
Diffstat (limited to 'Northstar.Custom/mod/scripts/vscripts/gamemodes/sh_gamemode_gg.gnut')
-rw-r--r--Northstar.Custom/mod/scripts/vscripts/gamemodes/sh_gamemode_gg.gnut3
1 files changed, 1 insertions, 2 deletions
diff --git a/Northstar.Custom/mod/scripts/vscripts/gamemodes/sh_gamemode_gg.gnut b/Northstar.Custom/mod/scripts/vscripts/gamemodes/sh_gamemode_gg.gnut
index 42d264d93..477f328a5 100644
--- a/Northstar.Custom/mod/scripts/vscripts/gamemodes/sh_gamemode_gg.gnut
+++ b/Northstar.Custom/mod/scripts/vscripts/gamemodes/sh_gamemode_gg.gnut
@@ -19,8 +19,7 @@ void function Sh_GamemodeGG_Init()
// create custom gamemode
AddCallback_OnCustomGamemodesInit( CreateGamemodeGG )
- if ( GAMETYPE != GAMEMODE_GG )
- Sh_GGEarnMeter_Init()
+ Sh_GGEarnMeter_Init(GAMEMODE_GG)
}
void function CreateGamemodeGG()