Changed files

This commit is contained in:
Shoghi Cervantes Pueyo
2012-12-28 15:12:46 +01:00
parent 0b683c6b0e
commit 8abc36acd4
5 changed files with 5 additions and 5 deletions

View File

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