Fixed event names

This commit is contained in:
Shoghi Cervantes 2014-04-01 13:13:43 +02:00
parent a38d300616
commit e60ea2eb15
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
namespace pocketmine\event\server;
use pocketmine\Event;
use pocketmine\event;
use pocketmine\event\Cancellable;
use pocketmine\network\protocol\DataPacket;
use pocketmine\Player;

View File

@ -21,7 +21,7 @@
namespace pocketmine\event\server;
use pocketmine\Event;
use pocketmine\event;
use pocketmine\event\Cancellable;
use pocketmine\network\protocol\DataPacket;
use pocketmine\Player;