From e32689cfd904d28db1305343e89f41b2aeb664ea Mon Sep 17 00:00:00 2001 From: DeaDDooMER Date: Fri, 4 Jan 2019 22:58:37 +0300 Subject: [PATCH] Revert "network: oops; server player was unable to switch weapons" This reverts commit 4a731d0c9ac5b354185b3eb5959a5484a3413b4a. --- src/game/g_player.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/g_player.pas b/src/game/g_player.pas index 5968cd1..8a516bf 100644 --- a/src/game/g_player.pas +++ b/src/game/g_player.pas @@ -1373,7 +1373,7 @@ begin if gPlayers[i] is TPlayer then begin gPlayers[i].Update(); - //if g_Game_IsClient or not g_Game_IsNet then + if g_Game_IsClient or not g_Game_IsNet then begin gPlayers[i].RealizeCurrentWeapon(); // WARNING! DO NOT MOVE THIS INTO `Update()`! end; -- 2.29.2