fix irrevokable priv issue

This commit is contained in:
Thomas Rudin 2019-04-01 18:44:50 +02:00
parent 49f56c01b0
commit 7299253fa1

View File

@ -1,4 +1,5 @@
minetest.register_privilege("mapserver_hide_player", {
description = "Player is hidden from the map"
description = "Player is hidden from the map",
give_to_singleplayer = false
})