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

@ -17,4 +17,3 @@ minetest.register_on_protection_violation(function(pos, name)
table.concat(owners, ", ")))
end
end)