Guest User

Untitled

a guest
Apr 28th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.00 KB | None | 0 0
  1. local old_is_protected = minetest.is_protected                                                                                                                                                                
  2. function minetest.is_protected(pos, name)                                                                                                                                                                      
  3.     return world_immutable or old_is_protected(pos, name)                                                                                                                                                      
  4.     --return true                                                                                                                                                                                              
  5. end
Add Comment
Please, Sign In to add comment