Fix memory leak related to queue command cooldowns

This commit is contained in:
ajgeiss0702
2023-03-20 10:18:37 -07:00
parent a0f5903862
commit 014c9ec62f
@@ -179,6 +179,7 @@ public class EventHandlerImpl implements EventHandler {
}
}
main.getQueueManager().clear(player);
QueueCommand.cooldowns.remove(player);
}
@Override