Fixed local bug
This commit is contained in:
parent
f33b548c0d
commit
fa66990f67
2
init.lua
2
init.lua
|
@ -49,7 +49,7 @@ protector.generate_formspec = function(meta)
|
||||||
.."label[0,0;-- Protector interface --]"
|
.."label[0,0;-- Protector interface --]"
|
||||||
.."label[0,1;Punch node to show protected area]"
|
.."label[0,1;Punch node to show protected area]"
|
||||||
.."label[0,2;Members: (type nick, press Enter to add)]"
|
.."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 npp = 12 -- was 15, names per page
|
||||||
local s = 0
|
local s = 0
|
||||||
|
|
Loading…
Reference in New Issue