From 2573c9a1c3d208ed3c8067b54f4c8dfc4cd7924c Mon Sep 17 00:00:00 2001 From: Alexsandro Percy Date: Sat, 20 May 2023 13:10:30 -0300 Subject: [PATCH] fixed position movements above 5 --- utilities.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities.lua b/utilities.lua index 67d8b74..a57ca25 100755 --- a/utilities.lua +++ b/utilities.lua @@ -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)