remove print

This commit is contained in:
Sevii 2020-08-31 17:29:11 +02:00
parent 1d88788f57
commit 8471ebc2a9

View File

@ -135,7 +135,6 @@ if game.SinglePlayer() then
util.AddNetworkString("proper_clipping_gotta_love_predicted_hooks")
else
net.Receive("proper_clipping_gotta_love_predicted_hooks", function()
print("received")
local tool = LocalPlayer():GetTool("proper_clipping")
if not tool then return end