forked from VoxeLibre/VoxeLibre
Fix arrows crashing the server
This commit is contained in:
parent
7f56e5efa4
commit
f0c2a0a1e9
|
@ -17,7 +17,7 @@ end
|
|||
|
||||
local random_arrow_positions = function(positions, placement)
|
||||
local min = 0
|
||||
local max = 0
|
||||
local max = 1
|
||||
if positions == 'x' then
|
||||
min = -4
|
||||
max = 4
|
||||
|
|
Loading…
Reference in New Issue