File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
quant.ew/files/system/notplayer_ai Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -904,7 +904,10 @@ local function teleport_to_area(area)
904
904
elseif area == 4 then
905
905
x , y = 191 , 10722
906
906
elseif area == 5 then
907
- x , y = 3244 , 13084
907
+ if no_tp == nil then
908
+ no_tp = true
909
+ x , y = 3244 , 13084
910
+ end
908
911
elseif area == 6 then
909
912
if no_tp == nil then
910
913
no_tp = true
@@ -923,7 +926,10 @@ local function teleport_to_area(area)
923
926
elseif area == 4 then
924
927
x , y = 191 , 10722
925
928
elseif area == 5 then
926
- x , y = 3244 , 13084
929
+ if no_tp == nil then
930
+ no_tp = true
931
+ x , y = 3244 , 13084
932
+ end
927
933
elseif area == 6 then
928
934
if no_tp == nil then
929
935
no_tp = true
@@ -946,7 +952,10 @@ local function teleport_to_area(area)
946
952
elseif area == 6 then
947
953
x , y = 191 , 10730
948
954
elseif area == 7 then
949
- x , y = 3244 , 13084
955
+ if no_tp == nil then
956
+ no_tp = true
957
+ x , y = 3244 , 13084
958
+ end
950
959
elseif area == 8 then
951
960
if no_tp == nil then
952
961
no_tp = true
You can’t perform that action at this time.
0 commit comments