diff options
Diffstat (limited to 'gamemode/shared/player_accountinventory.lua')
| -rw-r--r-- | gamemode/shared/player_accountinventory.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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
|
