From 4a731d0c9ac5b354185b3eb5959a5484a3413b4a Mon Sep 17 00:00:00 2001 From: Ketmar Dark Date: Mon, 1 Oct 2018 13:29:56 +0300 Subject: [PATCH] network: oops; server player was unable to switch weapons --- 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 897ece3..4429fd0 100644 --- a/src/game/g_player.pas +++ b/src/game/g_player.pas @@ -1371,7 +1371,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.11.4.GIT