mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-05 22:16:10 +01:00
Remove some code from Timings v2 that was only for EMC.
This commit is contained in:
parent
2b55c92307
commit
7c38e54a9d
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+
|
||||
+
|
||||
+ final String eventName = eventClass.getSimpleName();
|
||||
+ boolean verbose = "BlockPhysicsEvent".equals(eventName) || "Drain".equals(eventName) || "Fill".equals(eventName);
|
||||
+ boolean verbose = "BlockPhysicsEvent".equals(eventName);
|
||||
+ this.timings = Timings.ofSafe(plugin.getName(), (verbose ? "## " : "") +
|
||||
+ "Event: " + id + " (" + eventName + ")", null);
|
||||
+ }
|
||||
|
|
Loading…
Add table
Reference in a new issue