Comment out territory shield because modifying the damage just doesn't want to work.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user