Skip to content

Commit

Permalink
Creative: Do not give creative priv to admin
Browse files Browse the repository at this point in the history
  • Loading branch information
lhofhansl authored and SmallJoker committed Oct 7, 2017
1 parent b6626f7 commit 12a9716
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mods/creative/init.lua
Expand Up @@ -2,7 +2,8 @@ creative = {}

minetest.register_privilege("creative", {
description = "Allow player to use creative inventory",
give_to_singleplayer = false
give_to_singleplayer = false,
give_to_admin = false
})

local creative_mode_cache = minetest.settings:get_bool("creative_mode")
Expand Down

0 comments on commit 12a9716

Please sign in to comment.