Fix forgotten localization in collision.lua

This commit is contained in:
jordan4ibanez 2021-04-15 16:18:42 -04:00
parent 246bdf9707
commit 375d683d08
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
local minetest_get_objects_inside_radius = minetest.get_objects_inside_radius
local math_random = math.random
local integer_test = {-1,1}
mobs.collision = function(self)