small clean up of GarrisonHolder code

This was SVN commit r13811.
This commit is contained in:
sanderd17 2013-09-08 18:46:29 +00:00
parent d1a376fd06
commit 08514f68be

View File

@ -80,9 +80,7 @@ GarrisonHolder.prototype.GetHealRate = function()
GarrisonHolder.prototype.EjectEntitiesOnDestroy = function()
{
if (this.template.EjectEntitiesOnDestroy == "true")
return true;
return false;
return this.template.EjectEntitiesOnDestroy == "true";
};
/**