summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 397f9cd)
raw | patch | inline | side by side (parent: 397f9cd)
author | Ketmar Dark <ketmar@ketmar.no-ip.org> | |
Mon, 1 Oct 2018 10:29:56 +0000 (13:29 +0300) | ||
committer | Ketmar Dark <ketmar@ketmar.no-ip.org> | |
Mon, 1 Oct 2018 10:30:14 +0000 (13:30 +0300) |
src/game/g_player.pas | patch | blob | history |
diff --git a/src/game/g_player.pas b/src/game/g_player.pas
index 897ece3dfc10bb11996e6ebe4df8e0d36fa54819..4429fd0957c2efda42813ebbf0a3801217cea65f 100644 (file)
--- a/src/game/g_player.pas
+++ b/src/game/g_player.pas
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;