Fix arrows crashing the server

This commit is contained in:
Elias Fleckenstein 2021-03-21 19:45:33 +01:00
parent 7f56e5efa4
commit f0c2a0a1e9
1 changed files with 1 additions and 1 deletions

View File

@ -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