From 30f7837c44e68e3e7c76b76aa3f36570716d3a7c Mon Sep 17 00:00:00 2001 From: sanderd17 Date: Sat, 26 Jul 2014 17:12:45 +0000 Subject: [PATCH] Should be workaround for issue #2684 This was SVN commit r15566. --- .../data/mods/public/simulation/components/AuraManager.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binaries/data/mods/public/simulation/components/AuraManager.js b/binaries/data/mods/public/simulation/components/AuraManager.js index f6515b8e68..9cb394991a 100644 --- a/binaries/data/mods/public/simulation/components/AuraManager.js +++ b/binaries/data/mods/public/simulation/components/AuraManager.js @@ -129,7 +129,7 @@ AuraManager.prototype.ApplyModifications = function(valueName, value, ent) { // FIXME Due do a bug in IonMonkey v24, we must interprete this method // When we upgrade to v31, remove the try-catch line. - // See #2486 + // See #2684 try {} catch(e) {} if (!this.modificationsCache[valueName] || !this.modificationsCache[valueName][ent]) @@ -144,7 +144,7 @@ AuraManager.prototype.ApplyTemplateModifications = function(valueName, value, pl { // FIXME Due do a bug in IonMonkey v24, we must interprete this method // When we upgrade to v31, remove the try-catch line. - // See #2486 + // See #2684 try {} catch(e) {} if (!this.templateModificationsCache[valueName] || !this.templateModificationsCache[valueName][player])