mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-18 09:24:05 +00:00
Added server.tick event deprecation notice
This commit is contained in:
parent
6f2b2f98d6
commit
afbde5c7ac
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user