Namespacing pt. 1

This commit is contained in:
2022-11-22 00:44:34 -05:00
parent 750d6abc26
commit 293822f2a9
763 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
local S = minetest.get_translator("travelnet")
minetest.register_privilege("travelnet_attach", {
description = S("allows to attach travelnet boxes to travelnets of other players"),
give_to_singleplayer = false
})
minetest.register_privilege("travelnet_remove", {
description = S("allows to dig travelnet boxes which belog to nets of other players"),
give_to_singleplayer = false
})