1
0
forked from 0ad/0ad

Remove forgotten warning

This was SVN commit r16593.
This commit is contained in:
sanderd17 2015-04-28 13:12:13 +00:00
parent 5e5799a45a
commit 296d363812

View File

@ -152,8 +152,6 @@ AuraManager.prototype.ApplyModifications = function(valueName, value, ent)
AuraManager.prototype.ApplyTemplateModifications = function(valueName, value, player, template)
{
if (valueName == "Attack/Melee/Hack")
warn(uneval(this.templateModificationsCache));
var v = this.templateModificationsCache[valueName];
if (!v)
return value;