Skip to content

Commit

Permalink
Fixed: Launchers like Titan Compact or RHS Javelin didn't lock (never…
Browse files Browse the repository at this point in the history
… use player disableAI "CHECKVISIBLE"), fixes #555
  • Loading branch information
Xeno69 committed Aug 5, 2023
1 parent 57b469a commit f68933f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion co30_Domination.Altis/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
4.67

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

2 changes: 1 addition & 1 deletion co30_Domination.Altis/client/fn_setupplayer.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ if (!isStreamFriendlyUIEnabled && {d_force_isstreamfriendlyui != 1}) then {

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

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

//if (d_player_radioprotocol) then {
// player disableAI "RADIOPROTOCOL";
Expand Down

0 comments on commit f68933f

Please sign in to comment.