mirror of
https://github.com/Earu/EasyChat.git
synced 2025-03-04 03:13:20 -05:00
fix a bug where indication would error if the player doesnt exist on the client
This commit is contained in:
parent
cf0779c376
commit
1c691962f5
@ -99,6 +99,8 @@ if CLIENT then
|
||||
local category = net.ReadString()
|
||||
local data = net.ReadTable()
|
||||
|
||||
if not IsValid(ply) then return end
|
||||
|
||||
local ent = data.Entity
|
||||
local indicate_pos
|
||||
local is_ent_pos = false
|
||||
|
Loading…
Reference in New Issue
Block a user