This commit is contained in:
Shoghi Cervantes 2014-11-01 19:40:15 +01:00
parent cb9b6ab1d1
commit 240f14c425

View File

@ -1459,8 +1459,8 @@ class Server{
@mkdir($dataPath . "players/", 0777); @mkdir($dataPath . "players/", 0777);
@mkdir($pluginPath, 0777); @mkdir($pluginPath, 0777);
$this->dataPath = realpath($dataPath); $this->dataPath = realpath($dataPath) . DIRECTORY_SEPARATOR;
$this->pluginPath = realpath($pluginPath); $this->pluginPath = realpath($pluginPath) . DIRECTORY_SEPARATOR;
$this->entityMetadata = new EntityMetadataStore(); $this->entityMetadata = new EntityMetadataStore();
$this->playerMetadata = new PlayerMetadataStore(); $this->playerMetadata = new PlayerMetadataStore();