Skip to content

Commit d73de01

Browse files
committed
Lowering spawn range
1 parent 5e7c558 commit d73de01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/dialog/request_vehicle.sqf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
_index = lbCurSel 2102;
22

33
//findEmptyPosition example
4-
_spawnPos = (getpos hq_blu1) findEmptyPosition [40, 120]
4+
_spawnPos = (getpos hq_blu1) findEmptyPosition [20, 70]
55
_spawnPos = [(_spawnPos select 0)+30, _spawnPos select 1]
66

77
addEWS_EH = {

0 commit comments

Comments
 (0)