Advertisement
Guest User

Untitled

a guest
Jan 5th, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. local retval, message = os.rename(mobf_world_path .. "/mobf_settings.conf.new",
  2. mobf_world_path .. "/mobf_settings.conf")
  3. if not retval then
  4. minetest.log(LOGLEVEL_ERROR,"MOBF: failed to swap old conf file" ..
  5. " to new one: " .. mobf_world_path .. "/mobf_settings.conf" ..
  6. "(.new): ERR=" .. message)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement