Merge pull request #1716 from SilentSpike/master

Fix for #1713
This commit is contained in:
Nicolás Badano 2015-06-21 21:59:02 -03:00
commit 057759cb1e
3 changed files with 17 additions and 2 deletions

View File

@ -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
View 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)

View File

@ -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;