diff --git a/src/Deprecation.php b/src/Deprecation.php index 7052af5f6b..e65ca610c8 100644 --- a/src/Deprecation.php +++ b/src/Deprecation.php @@ -28,6 +28,7 @@ the Free Software Foundation, either version 3 of the License, or class Deprecation{ public static $events = array( + "server.tick" => "ServerAPI::schedule()", "server.time" => "time.change", "world.block.change" => "block.change", "block.drop" => "item.drop",