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

Commit 32f47e9

Browse files
committed
removed debug prints
1 parent 8d926a5 commit 32f47e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: lua/cl_spectator_deathmatch.lua

-2
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,9 @@ net.Receive("SpecDM_GhostJoin", function()
5555

5656
if not IsValid(ply) then return end
5757
if joined then
58-
print("inserted ghost"..ply:Nick())
5958
table.insert(ghosttable, ply)
6059
table.RemoveByValue(livingtable, ply)
6160
else
62-
print("removed ghost"..ply:Nick())
6361
table.RemoveByValue(ghosttable, ply)
6462
table.insert(livingtable, ply)
6563
end

0 commit comments

Comments
 (0)