From f29a9e6e66b0c3ebf56fbda4954e1e1f7900f80e Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 9 Nov 2016 11:42:10 -0700 Subject: [PATCH] Minor text fixes. --- attackplace.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attackplace.php b/attackplace.php index 2696e66..50abcaa 100644 --- a/attackplace.php +++ b/attackplace.php @@ -14,7 +14,7 @@ $user = $database->select('players', ['level', 'teamid', 'energy', 'maxenergy', // This (probably) shouldn't happen in normal play if ($place['teamid'] == $user['teamid']) { - sendError("Don't attack your own kind!", true); + sendError("Cannot attack!", true); } // The damage formulas