Merge pull request #211 from wrefgtzweve/patch-1

Remove useless print
This commit is contained in:
SticklyMan 2023-06-16 16:53:30 -06:00 committed by GitHub
commit 4ea0f288d8
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 ) net.Receive( "ulx_blind", function( ln )
print("ADAD")
local bool = net.ReadBool() local bool = net.ReadBool()
local amt = net.ReadInt(16) local amt = net.ReadInt(16)
ulx.blindUser( bool, amt ) ulx.blindUser( bool, amt )