Remove users from the map.

This commit is contained in:
TadahTech 2016-09-01 08:31:16 -05:00
parent fdc54e1dd1
commit 41936e0efc
1 changed files with 1 additions and 1 deletions

View File

@ -628,7 +628,7 @@ public class NextBestGameManager implements Listener
public void cancel(Player player, Party party)
{
CountdownRunnable task = _tasks.get(player.getUniqueId());
CountdownRunnable task = _tasks.remove(player.getUniqueId());
if (task == null)
{