entWatch4 update.

This commit is contained in:
zaCade
2017-10-12 21:53:17 +02:00
parent 5c8a765776
commit 8ba1041e8d
4 changed files with 76 additions and 305 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ public void OnGameFrame()
if (itemArray[item_display] & DISPLAY_HUD)
{
if (itemArray[item_owner] && Client_IsValid(itemArray[item_owner]))
if (itemArray[item_owned] && itemArray[item_owner] >= 0)
{
switch(itemArray[item_mode])
{