From 4d9d034503dac45eea6da1e32da7fa8b2e97ea6a Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Mon, 7 Mar 2016 18:44:21 -0500 Subject: Fixed npc's bugging out (hopefully) --- gamemode/shared/player_accountinventory.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gamemode/shared') diff --git a/gamemode/shared/player_accountinventory.lua b/gamemode/shared/player_accountinventory.lua index 4bb7fad..d606a83 100644 --- a/gamemode/shared/player_accountinventory.lua +++ b/gamemode/shared/player_accountinventory.lua @@ -64,7 +64,7 @@ else net.Receive("UpdateAccountInventory",function() local pl = LocalPlayer() - if (!pl.AccountInv) then pl.AccountInv = {} end + if (not pl.AccountInv) then pl.AccountInv = {} end local ID = net.ReadUInt(5) if(not pl.AccountInv) then return end -- cgit v1.2.3-70-g09d2