Gets rid of the rest of the modX and modY usages, and removes some unused code
This commit is contained in:
@ -39,7 +39,7 @@ public final class EconomyHelper {
|
||||
return false;
|
||||
}
|
||||
|
||||
//Send the deduct message to the player
|
||||
//Send the deduct-message to the player
|
||||
sendDeductMessage(entrancePortal.getName(), player, cost);
|
||||
|
||||
if (entrancePortal.getGate().getToOwner()) {
|
||||
|
Reference in New Issue
Block a user