Comment out territory shield because modifying the damage just doesn't want to work.

This commit is contained in:
drtshock
2014-07-08 13:54:22 -05:00
parent 0d0085f423
commit 1fa7e28ffd
3 changed files with 9 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ public class Essentials {
return false;
}
Teleport teleport = (Teleport) essentials.getUser(player).getTeleport();
Teleport teleport = essentials.getUser(player).getTeleport();
Trade trade = new Trade(Conf.econCostHome, essentials);
try {
teleport.teleport(loc, trade);