Minor text fixes.
This commit is contained in:
parent
c4ff5f0f3a
commit
f29a9e6e66
@ -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
|
||||
|
Reference in New Issue
Block a user