mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-18 17:34:11 +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{
|
class Deprecation{
|
||||||
public static $events = array(
|
public static $events = array(
|
||||||
|
"server.tick" => "ServerAPI::schedule()",
|
||||||
"server.time" => "time.change",
|
"server.time" => "time.change",
|
||||||
"world.block.change" => "block.change",
|
"world.block.change" => "block.change",
|
||||||
"block.drop" => "item.drop",
|
"block.drop" => "item.drop",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user