Added server.tick event deprecation notice

This commit is contained in:
Shoghi Cervantes 2013-06-07 16:29:16 +02:00
parent 6f2b2f98d6
commit afbde5c7ac

View File

@ -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",