Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -455,12 +455,7 @@ function locks:lock_handle_input( pos, formname, fields, player )


-- is this input the lock is supposed to handle?
if( ( not( fields.locks_sent_lock_command )
or fields.locks_sent_lock_command == "" )
and (fields.quit and (fields.quit==true or fields.quit=='true'))) then
-- or not( fields.locks_sent_input )
return;
end
if fields.quit or not fields.locks_sent_lock_command then return end

if( fields.locks_sent_lock_command == "/help" ) then

Expand Down