Skip to content

Commit f68933f

Browse files
committed
Fixed: Launchers like Titan Compact or RHS Javelin didn't lock (never use player disableAI "CHECKVISIBLE"), fixes #555
1 parent 57b469a commit f68933f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
4.67
22

33
- Changed: Prefer to spawn civilians in safe buildings (church, chapel, mosque, hospital etc), by longtimegamer
4+
- Fixed: Launchers like Titan Compact or RHS Javelin didn't lock (never use player disableAI "CHECKVISIBLE")
45
- Fixed: The Western Sahara Sefrouramal version was missing in the 7zip file
56
- Fixed: Main target order "Complete, ordered" and "Order like placed in the editor" didn't mwork at all anymore
67
- Fixed: Preemptive event cleanup not working when persistent corpses is enabled, by longtimegamer
78
- Fixed: Admin may use end maintarget function when a preemptive event is running, by longtimegamer
89
- Fixed: If guerrilla events are enabled there is a 50/50 chance for a preemptive (defense) event, by longtimegamer
9-

co30_Domination.Altis/client/fn_setupplayer.sqf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ if (!isStreamFriendlyUIEnabled && {d_force_isstreamfriendlyui != 1}) then {
100100

101101
{_x disableAI "RADIOPROTOCOL"; _x setSpeaker "NoVoice"} forEach (allPlayers - [player]);
102102

103-
player disableAI "CHECKVISIBLE";
103+
//player disableAI "CHECKVISIBLE"; NEVER EVER USE THIS, IT DISABLES LOCKING FOR LAUNCHERS LIKE THE TITAN COMPACT
104104

105105
//if (d_player_radioprotocol) then {
106106
// player disableAI "RADIOPROTOCOL";

0 commit comments

Comments
 (0)