From acc753fbd9e5245f6a5bdc6981d9fb0cce788d7a Mon Sep 17 00:00:00 2001 From: Sokomine Date: Sat, 16 Aug 2014 18:28:32 +0200 Subject: [PATCH] made the sign work with 0.4.10 --- shared_locked_sign_wall.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/shared_locked_sign_wall.lua b/shared_locked_sign_wall.lua index 6db1906..ba454f7 100644 --- a/shared_locked_sign_wall.lua +++ b/shared_locked_sign_wall.lua @@ -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)