minetest-quake/privs.lua

6 lines
124 B
Lua
Raw Normal View History

2020-03-26 15:37:45 -07:00
minetest.register_privilege("quake_admin", {
description = S("It allows to use the /quakeadmin command")
2020-03-26 15:37:45 -07:00
})