Remove debug print

This commit is contained in:
Redox 2023-07-26 17:50:48 +02:00
parent 6b1531e9bf
commit 595125954e
No known key found for this signature in database
GPG Key ID: C10A433A95068388

View File

@ -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