clarify priv description

This commit is contained in:
BuckarooBanzay 2020-03-09 07:41:25 +01:00
parent dc89962ec7
commit 927bcdd652

View File

@ -1,6 +1,6 @@
minetest.register_privilege("epic_debug", {
description = "can call any epic function",
description = "can call any epic function directly",
give_to_singleplayer = true
})