Minor cleanup

This commit is contained in:
MoNTE48
2020-03-22 21:25:05 +01:00
committed by SmallJoker
parent 448fe3ebf1
commit 800a93f5ee
12 changed files with 8 additions and 22 deletions

View File

@ -48,7 +48,7 @@ end
function areas:checkAreaStoreId(sid)
if not sid then
minetest.log("error", "AreaStore failed to find an ID for an "
.."area! Falling back to iterative area checking.")
.."area! Falling back to iterative area checking.")
self.store = nil
self.store_ids = nil
end
@ -150,7 +150,6 @@ function areas:move(id, area, pos1, pos2)
area.pos1 = pos1
area.pos2 = pos2
for i=1, #areas.registered_on_moves do
areas.registered_on_moves[i](id, area, pos1, pos2)
end