entity
rdococ 2017-07-27 08:32:34 +01:00
parent 53a740a4e4
commit 046813657d
1 changed files with 0 additions and 6 deletions

View File

@ -12,12 +12,6 @@ function tardis.remat (owner, name)
meta:set_string ("owner", owner)
tardis.tardises [owner]["exterior"] = pos
minetest.sound_play ("tardis_remat", {
pos = pos ,
max_hear_distance = 100 ,
gain = 10 ,
})
return true
end
end