This commit is contained in:
Shoghi Cervantes Pueyo
2013-02-07 17:10:02 +01:00
parent e7d56a837f
commit 32df30448b
2 changed files with 8 additions and 1 deletions

View File

@@ -128,7 +128,7 @@ class ConsoleAPI{
$output .= "/gamemode: Changes default gamemode\n";
$output .= "/difficulty: Changes difficulty\n";
$output .= "/invisible: Manages server visibility\n";
$output .= "/say: Broadcasts mesagesv";
$output .= "/say: Broadcasts mesages\n";
$output .= "/save-all: Saves pending changes\n";
$output .= "/stop: Stops the server\n";
foreach($this->help as $c => $h){