Minor text fixes.

This commit is contained in:
Skylar Ittner 2016-11-09 11:42:10 -07:00
parent c4ff5f0f3a
commit f29a9e6e66

View File

@ -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