From 1f89e6847d5a325788faf891c7bf7cf54ebdba80 Mon Sep 17 00:00:00 2001 From: Barichello Date: Sat, 5 Feb 2022 01:50:13 -0300 Subject: Fix player movement after watching a switch sides killcam on live fire maps Closes #180 --- Northstar.CustomServers/mod/scripts/vscripts/mp/_gamestate_mp.nut | 1 - 1 file changed, 1 deletion(-) (limited to 'Northstar.CustomServers/mod/scripts/vscripts') 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() } -- cgit v1.2.3