Deprecate more Timings things for removal (#11126)

This commit is contained in:
Riley Park 2024-07-20 19:40:41 -07:00 committed by GitHub
parent 7e91a2c3ab
commit 3a47518b4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 112 additions and 74 deletions

View file

@ -66,10 +66,10 @@ index 5c6c9f714097dfaead0093d752f1b373b70a75eb..08f6f85388e4c3e3aae40f709109f870
* Creates a PlayerProfile for the specified uuid, with name as null.
*
diff --git a/src/main/java/org/bukkit/command/Command.java b/src/main/java/org/bukkit/command/Command.java
index f7b78198d9983610fc2185124c3080e6b1c0fa35..b3a2c274f05156fd603bcc7a68ab41265f2eaf44 100644
index 8a298b655f4eaf5116994f98572a20e83a23838c..03d2643d166824458c88a49f20270e93b14f3988 100644
--- a/src/main/java/org/bukkit/command/Command.java
+++ b/src/main/java/org/bukkit/command/Command.java
@@ -184,10 +184,9 @@ public abstract class Command {
@@ -192,10 +192,9 @@ public abstract class Command {
return true;
}