Gets rid of the rest of the modX and modY usages, and removes some unused code
This commit is contained in:
@ -125,7 +125,7 @@ public final class BungeeHelper {
|
||||
Stargate.bungeeQueue.put(playerName.toLowerCase(), destination);
|
||||
} else {
|
||||
Portal destinationPortal = PortalHandler.getBungeePortal(destination);
|
||||
// Specified an invalid gate. For now we'll just let them connect at their current location
|
||||
// Specified an invalid gate. For now, we'll just let them connect at their current location
|
||||
if (destinationPortal == null) {
|
||||
Stargate.logger.info(Stargate.getString("prefix") + "Bungee gate " + destination + " does not exist");
|
||||
return;
|
||||
|
Reference in New Issue
Block a user