aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod/scripts/vscripts/_loadouts_mp.gnut
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-10-21 19:44:43 +0100
committerGitHub <noreply@github.com>2022-10-21 19:44:43 +0100
commit66d6613e679647e6395b21e8b6fe5f64312a8dd2 (patch)
treedaf965c2aefa2ef0a5c21396ab53d3727491a28b /Northstar.CustomServers/mod/scripts/vscripts/_loadouts_mp.gnut
parent1dc1986a7ab58a212be42ce557f5407029723f01 (diff)
downloadNorthstarMods-66d6613e679647e6395b21e8b6fe5f64312a8dd2.tar.gz
NorthstarMods-66d6613e679647e6395b21e8b6fe5f64312a8dd2.zip
allow server scripts to compile with -dev or developer 1 (#492)
Diffstat (limited to 'Northstar.CustomServers/mod/scripts/vscripts/_loadouts_mp.gnut')
-rw-r--r--Northstar.CustomServers/mod/scripts/vscripts/_loadouts_mp.gnut1
1 files changed, 0 insertions, 1 deletions
diff --git a/Northstar.CustomServers/mod/scripts/vscripts/_loadouts_mp.gnut b/Northstar.CustomServers/mod/scripts/vscripts/_loadouts_mp.gnut
index 3e8ac9ea1..068a785f2 100644
--- a/Northstar.CustomServers/mod/scripts/vscripts/_loadouts_mp.gnut
+++ b/Northstar.CustomServers/mod/scripts/vscripts/_loadouts_mp.gnut
@@ -222,7 +222,6 @@ bool function ClientCommandCallback_SetBurnCardPersistenceSlot( entity player, a
print( player + " SetBurnCardPersistenceSlot " + args[0] )
- // insecure, could be used to set invalid burnmeterslot potentially
if ( IsRefValidAndOfType( args[0], eItemTypes.BURN_METER_REWARD ) )
player.SetPersistentVar( "burnmeterSlot", BurnReward_GetByRef( args[0] ).id )
else