added support for creative priv

This commit is contained in:
Sokomine 2017-11-03 03:07:20 +01:00
parent 81734a6320
commit 062b39f4f8
1 changed files with 2 additions and 1 deletions

View File

@ -171,7 +171,8 @@ replacer.replace = function( itemstack, user, pointed_thing, mode )
-- in survival mode, the player has to provide the node he wants to be placed
if( not(minetest.setting_getbool("creative_mode") )) then
if( not(minetest.setting_getbool("creative_mode") )
and not( minetest.check_player_privs( name, {creative=true}))) then
-- players usually don't carry dirt_with_grass around; it's safe to assume normal dirt here
-- fortionately, dirt and dirt_with_grass does not make use of rotation