mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-01-09 16:49:35 +01:00
Fix forgotten localization in collision.lua
This commit is contained in:
parent
246bdf9707
commit
375d683d08
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
local minetest_get_objects_inside_radius = minetest.get_objects_inside_radius
|
local minetest_get_objects_inside_radius = minetest.get_objects_inside_radius
|
||||||
|
|
||||||
|
local math_random = math.random
|
||||||
|
|
||||||
local integer_test = {-1,1}
|
local integer_test = {-1,1}
|
||||||
|
|
||||||
mobs.collision = function(self)
|
mobs.collision = function(self)
|
||||||
|
|
Loading…
Reference in a new issue