aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom/mod/scripts/vscripts/gamemodes
diff options
context:
space:
mode:
Diffstat (limited to 'Northstar.Custom/mod/scripts/vscripts/gamemodes')
-rw-r--r--Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fw.nut4
1 files changed, 0 insertions, 4 deletions
diff --git a/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fw.nut b/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fw.nut
index 48163b978..89ca06360 100644
--- a/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fw.nut
+++ b/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fw.nut
@@ -131,10 +131,6 @@ void function GamemodeFW_Init()
ScoreEvent_SetupEarnMeterValuesForMixedModes()
SetRecalculateTitanReplacementPointCallback(FW_ReCalculateTitanReplacementPoint)
SetRequestTitanAllowedCallback(FW_RequestTitanAllowed)
-
- // so many things in battle, this is required to avoid crash!
- ServerCommand( "sv_max_props_multiplayer 200000" )
- ServerCommand( "sv_max_prop_data_dwords_multiplayer 300000" )
}