From: Ketmar Dark Date: Mon, 1 Oct 2018 10:29:56 +0000 (+0300) Subject: network: oops; server player was unable to switch weapons X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=commitdiff_plain;h=4a731d0c9ac5b354185b3eb5959a5484a3413b4a network: oops; server player was unable to switch weapons --- 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;