mirror of
https://github.com/theFox6/microexpansion.git
synced 2024-11-22 15:13:51 +01:00
add migration for old networks
This commit is contained in:
parent
6428b89a84
commit
75e5a237f2
@ -203,6 +203,8 @@ microexpansion.register_node("security", {
|
||||
if fields.logout then
|
||||
meta:set_string("formspec", security_formspec(pos))
|
||||
elseif fields.login or fields.back then
|
||||
-- carry over networks from old versions
|
||||
net:fallback_access()
|
||||
meta:set_string("formspec", security_formspec(pos, name))
|
||||
elseif fields.search or fields.key_enter_field == "filter" then
|
||||
meta:set_string("formspec", security_formspec(pos, name), false, fields.filter)
|
||||
|
Loading…
Reference in New Issue
Block a user