Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
thegrb93 committed Aug 18, 2024
1 parent 6c17ad2 commit 79ebb1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/starfall/transfer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ if SERVER then
end

function SF.SendError(chip, message, traceback, client, should_notify)
if not IsValid(chip.owner) then return end

-- The chip owner gets more data
if client~=chip.owner then
net.Start("starfall_error")
Expand Down

0 comments on commit 79ebb1a

Please sign in to comment.