mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
commit
057759cb1e
@ -18,6 +18,7 @@ Kieran
|
||||
NouberNou
|
||||
PabstMirror <pabstmirror@gmail.com>
|
||||
Ruthberg <ulteq@web.de>
|
||||
SilentSpike <SilentSpike100@gmail.com>
|
||||
tpM
|
||||
ViperMaul
|
||||
VKing <kauestad@gmail.com>
|
||||
@ -89,7 +90,6 @@ Raspu86
|
||||
Riccardo Petricca <petriccarcc@gmail.com>
|
||||
Robert Boklahánics <bokirobi@gmail.com>
|
||||
ruPaladin <happyworm24@rambler.ru>
|
||||
SilentSpike <SilentSpike100@gmail.com>
|
||||
simon84 <badguy360th@gmail.com>
|
||||
Sniperwolf572 <tenga6@gmail.com>
|
||||
SzwedzikPL <szwedzikpl@gmail.com>
|
||||
|
15
addons/zeus/README.md
Normal file
15
addons/zeus/README.md
Normal file
@ -0,0 +1,15 @@
|
||||
ace_zeus
|
||||
==========
|
||||
|
||||
Provides control over various aspects of zeus:
|
||||
- Ascension messages
|
||||
- Eagle
|
||||
- Wind sounds
|
||||
- Ordnance radio messages
|
||||
- Mine markers
|
||||
|
||||
## Maintainers
|
||||
|
||||
The people responsible for merging changes to this component or answering potential questions.
|
||||
|
||||
- [SilentSpike] (http://github.com/SilentSpike)
|
@ -113,7 +113,7 @@ if (_activated) then {
|
||||
if (_name == "") then {_name = localize "STR_A3_curator";};
|
||||
|
||||
//--- Wait until mission starts
|
||||
waituntil {ACE_time > 0};
|
||||
waituntil {time > 0}; // NOTE: DO NOT CHANGE TO ACE_TIME, IT BREAKS THE MODULE
|
||||
|
||||
//--- Refresh addon list, so it's broadcasted to clients
|
||||
_addons = curatoraddons _logic;
|
||||
|
Loading…
Reference in New Issue
Block a user