fixed position movements above 5

This commit is contained in:
Alexsandro Percy 2023-05-20 13:10:30 -03:00
parent fb63df89cf
commit 2573c9a1c3

View File

@ -156,7 +156,7 @@ function ap_airship.attach_pax(self, player, slot)
--now yes, lets attach the player
--randomize the seat
local t = {1,2,3,4,5}
local t = {1,2,3,4,5,6,7,8,9,10,11,12}
for i = 1, #t*2 do
local a = math.random(#t)
local b = math.random(#t)