forked from willox/gmod-keypad
Remove debug print
This commit is contained in:
parent
6b1531e9bf
commit
595125954e
@ -146,7 +146,6 @@ concommand.Add( "keypad_config", function( lply )
|
||||
ent.AllowedPlayers = frame.AllowedPlayersCache
|
||||
|
||||
for _, keypad in ipairs( ents.FindByClass( "keypad*" ) ) do
|
||||
print( keypad, keypad.IsKeypad, lply, keypad:GetKeypadOwner() )
|
||||
if IsValid( keypad ) and keypad.IsKeypad and lply == keypad:GetKeypadOwner() then
|
||||
keypad.AllowedPlayers = frame.AllowedPlayersCache
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user