diff options
author | Barichello <artur@barichello.me> | 2022-02-05 01:50:13 -0300 |
---|---|---|
committer | Barichello <artur@barichello.me> | 2022-02-05 01:50:13 -0300 |
commit | 1f89e6847d5a325788faf891c7bf7cf54ebdba80 (patch) | |
tree | c1dd93da5e07ce28f23cc44f1ea3aac2810c974d | |
parent | 401bc7beda00f5237f9033cc7fb8c300c17944a4 (diff) | |
download | NorthstarMods-1.5.0-rc1.tar.gz NorthstarMods-1.5.0-rc1.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.nut | 1 |
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 13f0f75f..5d27a17e 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() } |