aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarichello <artur@barichello.me>2022-02-05 01:50:13 -0300
committerBarichello <artur@barichello.me>2022-02-05 01:50:13 -0300
commit1f89e6847d5a325788faf891c7bf7cf54ebdba80 (patch)
treec1dd93da5e07ce28f23cc44f1ea3aac2810c974d
parent401bc7beda00f5237f9033cc7fb8c300c17944a4 (diff)
downloadNorthstarMods-1f89e6847d5a325788faf891c7bf7cf54ebdba80.tar.gz
NorthstarMods-1f89e6847d5a325788faf891c7bf7cf54ebdba80.zip
Fix player movement after watching a switch sides killcam on live fire mapsv1.5.0-rc1
Closes #180
-rw-r--r--Northstar.CustomServers/mod/scripts/vscripts/mp/_gamestate_mp.nut1
1 files changed, 0 insertions, 1 deletions
diff --git a/Northstar.CustomServers/mod/scripts/vscripts/mp/_gamestate_mp.nut b/Northstar.CustomServers/mod/scripts/vscripts/mp/_gamestate_mp.nut
index 13f0f75f0..5d27a17e6 100644
--- a/Northstar.CustomServers/mod/scripts/vscripts/mp/_gamestate_mp.nut
+++ b/Northstar.CustomServers/mod/scripts/vscripts/mp/_gamestate_mp.nut
@@ -487,7 +487,6 @@ void function PlayerWatchesSwitchingSidesKillReplay( entity player, bool doRepla
player.SetPredictionEnabled( true )
player.ClearReplayDelay()
player.ClearViewEntity()
- player.UnfreezeControlsOnServer()
}