made the sign work with 0.4.10

This commit is contained in:
Sokomine 2014-08-16 18:28:32 +02:00
parent 1d33138153
commit acc753fbd9
1 changed files with 0 additions and 5 deletions

View File

@ -44,11 +44,6 @@ minetest.register_node("locks:shared_locked_sign_wall", {
on_receive_fields = function(pos, formname, fields, sender)
-- abort if no input has been sent
if( fields.quit ) then
return;
end
-- if the user already has the right to use this and did input text
if( fields.text
and ( not(fields.locks_sent_lock_command)