mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 16:24:05 +00:00
Fixed #2253
This commit is contained in:
parent
cb9b6ab1d1
commit
240f14c425
@ -1459,8 +1459,8 @@ class Server{
|
||||
@mkdir($dataPath . "players/", 0777);
|
||||
@mkdir($pluginPath, 0777);
|
||||
|
||||
$this->dataPath = realpath($dataPath);
|
||||
$this->pluginPath = realpath($pluginPath);
|
||||
$this->dataPath = realpath($dataPath) . DIRECTORY_SEPARATOR;
|
||||
$this->pluginPath = realpath($pluginPath) . DIRECTORY_SEPARATOR;
|
||||
|
||||
$this->entityMetadata = new EntityMetadataStore();
|
||||
$this->playerMetadata = new PlayerMetadataStore();
|
||||
|
Loading…
x
Reference in New Issue
Block a user