Remove useless print

This commit is contained in:
Redox 2023-06-16 18:12:07 +02:00 committed by GitHub
parent 86b84a37c7
commit 5ca9bb80c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,6 @@ end
net.Receive( "ulx_blind", function( ln )
print("ADAD")
local bool = net.ReadBool()
local amt = net.ReadInt(16)
ulx.blindUser( bool, amt )