Updated folders

This commit is contained in:
Shoghi Cervantes Pueyo
2012-12-28 15:27:49 +01:00
parent 8abc36acd4
commit b5c191530a
7 changed files with 15 additions and 15 deletions

View File

@@ -30,7 +30,7 @@ class ConsoleAPI{
function __construct(PocketMinecraftServer $server){
$this->help = array();
$this->server = $server;
$this->input = fopen(FILE_PATH."src/console.in", "w+b");
$this->input = fopen(FILE_PATH."logs/console.in", "w+b");
$this->last = microtime(true);
}