X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=mud.php;fp=mud.php;h=0cf35bc30ca3b4e38634c8a162809b48add76f9f;hb=bb9e9003402e5a4d72dd0a00ad962c136f033639;hp=f3db12041a6e06c3138b7f5c179d523ac1e27a73;hpb=42ce0d68951faeda46c82a12ae9331de80ed8099;p=mudd.git diff --git a/mud.php b/mud.php index f3db120..0cf35bc 100644 --- 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'); } }