mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-10 10:37:29 +01:00
Fix forgotten localization in collision.lua
This commit is contained in:
parent
246bdf9707
commit
375d683d08
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user