Fix wrong documentation in ServerEvent

This commit is contained in:
Dylan K. Taylor 2017-07-26 21:24:19 +01:00
parent ed5f69f170
commit b3dada4cb9

View File

@ -22,7 +22,7 @@
declare(strict_types=1); declare(strict_types=1);
/** /**
* Events related to the server core, like networking, stop, level loading * Events related to the server core, like networking, stop, console commands
*/ */
namespace pocketmine\event\server; namespace pocketmine\event\server;