Skip to content

Commit

Permalink
forgot one
Browse files Browse the repository at this point in the history
  • Loading branch information
Brain-dawg committed Jan 26, 2025
1 parent 9e2078c commit 5eaacdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mge/functions.nut
Original file line number Diff line number Diff line change
Expand Up @@ -1519,7 +1519,7 @@

foreach (p, userid in ALL_PLAYERS)
{
if (p.IsFakeClient()) continue
if (!p || !p.IsValid() || p.IsFakeClient()) continue

local temp = UniqueString()
local str = ""
Expand Down

0 comments on commit 5eaacdc

Please sign in to comment.