Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
removed debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
MinIsMin committed May 28, 2018
1 parent 8d926a5 commit 32f47e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/cl_spectator_deathmatch.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,9 @@ net.Receive("SpecDM_GhostJoin", function()

if not IsValid(ply) then return end
if joined then
print("inserted ghost"..ply:Nick())
table.insert(ghosttable, ply)
table.RemoveByValue(livingtable, ply)
else
print("removed ghost"..ply:Nick())
table.RemoveByValue(ghosttable, ply)
table.insert(livingtable, ply)
end
Expand Down

0 comments on commit 32f47e9

Please sign in to comment.