Fix for Aura of Expulsion

This commit is contained in:
WayofTime 2014-10-17 10:22:12 -04:00
parent 428a618eaf
commit 52acccaad6
4 changed files with 198 additions and 61 deletions

View file

@ -177,4 +177,9 @@ public class BuildingSchematic
}
return max;
}
public String getName()
{
return this.name;
}
}