mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-03 21:02:31 +02:00
Fix arrows crashing the server
This commit is contained in:
@ -17,7 +17,7 @@ end
|
|||||||
|
|
||||||
local random_arrow_positions = function(positions, placement)
|
local random_arrow_positions = function(positions, placement)
|
||||||
local min = 0
|
local min = 0
|
||||||
local max = 0
|
local max = 1
|
||||||
if positions == 'x' then
|
if positions == 'x' then
|
||||||
min = -4
|
min = -4
|
||||||
max = 4
|
max = 4
|
||||||
|
Reference in New Issue
Block a user