Remove users from the map.
This commit is contained in:
parent
fdc54e1dd1
commit
41936e0efc
@ -628,7 +628,7 @@ public class NextBestGameManager implements Listener
|
|||||||
|
|
||||||
public void cancel(Player player, Party party)
|
public void cancel(Player player, Party party)
|
||||||
{
|
{
|
||||||
CountdownRunnable task = _tasks.get(player.getUniqueId());
|
CountdownRunnable task = _tasks.remove(player.getUniqueId());
|
||||||
|
|
||||||
if (task == null)
|
if (task == null)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user