Small fixes

This commit is contained in:
AlexTheCoder 2017-08-09 16:26:55 -04:00
parent aa79e9338d
commit 482a02fee1
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ public class Teleport extends MiniPlugin
{ {
Player p = Bukkit.getPlayer(command.getUUID()); Player p = Bukkit.getPlayer(command.getUUID());
Integer taskId = _failedRankLocates.remove(command.getUUID()); Integer taskId = _failedRankLocates.remove(command.getReceivingPlayerUUID());
if (taskId != null) if (taskId != null)
{ {
getScheduler().cancelTask(taskId.intValue()); getScheduler().cancelTask(taskId.intValue());

View File

@ -485,7 +485,7 @@ public class ArcadeManager extends MiniPlugin implements IRelation
{ {
if (!group.canBePrimary()) if (!group.canBePrimary())
{ {
return; continue;
} }
if (!group.getDisplay(false, false, false, false).isEmpty()) if (!group.getDisplay(false, false, false, false).isEmpty())
{ {