Log Minecraft Internal Scheduler logs correctly

This commit is contained in:
Aikar
2020-06-28 05:34:23 -04:00
parent c09346c798
commit 900f77fa66
3 changed files with 33 additions and 21 deletions

View File

@@ -2028,8 +2028,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
task.run();
- task.timings.stopTiming(); // Spigot
} catch (final Throwable throwable) {
task.getOwner().getLogger().log(
Level.WARNING,
// Paper start
String msg = String.format(
@@ -0,0 +0,0 @@ public class CraftScheduler implements BukkitScheduler {
runners.remove(task.getTaskId());
}