From 7377094e8612b9970846e3ab2ed3dee06bd0b83a Mon Sep 17 00:00:00 2001 From: Aaron Brock Date: Sat, 11 Jul 2015 03:51:19 -0400 Subject: [PATCH] stuff Signed-off-by: Aaron Brock --- .../plugin/gameengine/game/components/world/WorldComponent.php | 2 +- Pocket/pocketmine.yml | 2 +- Pocket/server.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Pocket/plugins/Mineplex/src/mineplex/plugin/gameengine/game/components/world/WorldComponent.php b/Pocket/plugins/Mineplex/src/mineplex/plugin/gameengine/game/components/world/WorldComponent.php index a7b4a35ed..ded7e9ae6 100644 --- a/Pocket/plugins/Mineplex/src/mineplex/plugin/gameengine/game/components/world/WorldComponent.php +++ b/Pocket/plugins/Mineplex/src/mineplex/plugin/gameengine/game/components/world/WorldComponent.php @@ -103,7 +103,7 @@ class WorldComponent implements Listener //Unzip World $zip = new ZipArchive; - $res = $zip->open('..' . DIRECTORY_SEPARATOR. 'update' . DIRECTORY_SEPARATOR. 'maps' . DIRECTORY_SEPARATOR . $gameName . DIRECTORY_SEPARATOR . $worldName . '.zip'); + $res = $zip->open('..' . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'update' . DIRECTORY_SEPARATOR. 'maps' . DIRECTORY_SEPARATOR . $gameName . DIRECTORY_SEPARATOR . $worldName . '.zip'); if ($res === TRUE) { $zip->extractTo('worlds' . DIRECTORY_SEPARATOR . $this->worldNameFolder . '/'); diff --git a/Pocket/pocketmine.yml b/Pocket/pocketmine.yml index 3ab770c96..85504f6d3 100644 --- a/Pocket/pocketmine.yml +++ b/Pocket/pocketmine.yml @@ -10,7 +10,7 @@ settings: deprecated-verbose: true #Enable plugin and core profiling by default enable-profiling: false - advanced-cache: false + advanced-cache: true upnp-forwarding: false #Sends anonymous statistics to create usage reports send-usage: true diff --git a/Pocket/server.properties b/Pocket/server.properties index 01d16a6e6..20fc94da3 100644 --- a/Pocket/server.properties +++ b/Pocket/server.properties @@ -1,5 +1,5 @@ #Properties Config file -#Fri Jul 10 17:31:47 AEST 2015 +#Sat Jul 11 00:36:33 ACT 2015 motd=Minecraft: PE Server server-port=19132 memory-limit=-1