typo & rm console.logs
[mudd.git] / mud.php
diff --git a/mud.php b/mud.php
index f3db120..0cf35bc 100644 (file)
--- a/mud.php
+++ b/mud.php
@@ -253,7 +253,7 @@ class mud extends model {
                 $this->update('DELETE FROM players');
                 break;
             default:
-                $this->error(400, 'Unknown command');
+                $this->error(400, 'unknown command');
         }
     }