diff options
| author | tenplus1 <kinsellaja@yahoo.com> | 2014-11-25 19:14:28 +0000 | 
|---|---|---|
| committer | tenplus1 <kinsellaja@yahoo.com> | 2014-11-25 19:14:28 +0000 | 
| commit | fa66990f676736ca4b0ec9db105e91fcc3ef8a6c (patch) | |
| tree | ef5ae13ae927cc33965976845e3a0158a6b84803 | |
| parent | f33b548c0d8db095c2de374f5b1317ee782d12df (diff) | |
Fixed local bug
| -rw-r--r-- | init.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -49,7 +49,7 @@ protector.generate_formspec = function(meta)  		.."label[0,0;-- Protector interface --]"  		.."label[0,1;Punch node to show protected area]"  		.."label[0,2;Members: (type nick, press Enter to add)]" -	members = protector.get_member_list(meta) +	local members = protector.get_member_list(meta)  	local npp = 12 -- was 15, names per page  	local s = 0 | 
