Small fixes
This commit is contained in:
parent
aa79e9338d
commit
482a02fee1
@ -93,7 +93,7 @@ public class Teleport extends MiniPlugin
|
||||
{
|
||||
Player p = Bukkit.getPlayer(command.getUUID());
|
||||
|
||||
Integer taskId = _failedRankLocates.remove(command.getUUID());
|
||||
Integer taskId = _failedRankLocates.remove(command.getReceivingPlayerUUID());
|
||||
if (taskId != null)
|
||||
{
|
||||
getScheduler().cancelTask(taskId.intValue());
|
||||
|
@ -485,7 +485,7 @@ public class ArcadeManager extends MiniPlugin implements IRelation
|
||||
{
|
||||
if (!group.canBePrimary())
|
||||
{
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
if (!group.getDisplay(false, false, false, false).isEmpty())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user