mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-09 11:16:57 +00:00
Fixed namespaces paths
This commit is contained in:
@ -19,9 +19,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
namespace PocketMine;
|
||||
namespace pocketmine;
|
||||
|
||||
use PocketMine\Level\Level;
|
||||
use pocketmine\level\Level;
|
||||
|
||||
class TimeAPI{
|
||||
public static $phases = array(
|
||||
|
Reference in New Issue
Block a user