mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02:00
Fix edge cases for time conversion
This commit is contained in:

committed by
Alexander Söderberg

parent
43d058d3db
commit
932052772c
@ -96,7 +96,7 @@ public abstract class TaskManager {
|
||||
* @return Task if stored, or {@code null}
|
||||
*/
|
||||
@Nullable public static PlotSquaredTask removeTask(final int id) {
|
||||
return tasks.get(id);
|
||||
return tasks.remove(id);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user