diff options
author | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2017-12-01 17:28:53 +0100 |
---|---|---|
committer | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2017-12-01 17:28:53 +0100 |
commit | c47db874d35f2164f9563dfc121c49b6bb58441c (patch) | |
tree | 6f47ab372156c99c731d0ef645f02e5563ce51da | |
parent | 42a1cba61515abef577d244280a64c858cb6fe5f (diff) |
Changed banish position, added priv
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ --WTFPL local spawn_spawnpos = minetest.setting_get_pos("static_spawnpoint") -local banish_pos = {x=5000, y=2, z=5000} +local banish_pos = {x=176,y=18,z=120} banish = {} banish.spawn = {} local modpath = minetest.get_modpath("banish") |