Added Loop to hook of modding api #468

This commit is contained in:
Daniel van Noord
2021-01-31 18:28:14 +01:00
parent 2608ff9149
commit d9e0e46e64
4 changed files with 4 additions and 14 deletions

View File

@@ -29,7 +29,6 @@ CM.Cache.InitCache = function() {
* @global {number} CM.Cache.dragonAura2 The number of the second (left) Aura
*/
CM.Cache.CacheDragonAuras = function() {
/** @global */
CM.Cache.dragonAura = Game.dragonAura;
CM.Cache.dragonAura2 = Game.dragonAura2;
};