fixed position movements above 5
This commit is contained in:
parent
fb63df89cf
commit
2573c9a1c3
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user