Fix memory leak related to queue command cooldowns
This commit is contained in:
@@ -179,6 +179,7 @@ public class EventHandlerImpl implements EventHandler {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
main.getQueueManager().clear(player);
|
main.getQueueManager().clear(player);
|
||||||
|
QueueCommand.cooldowns.remove(player);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user