Fix misleading error in CmdKick

The error was shown to a player when s/he tried to kick someone who
didn't belong to a faction, and incorrectly asserted that something had
"went wrong".
This commit is contained in:
eueln
2015-01-10 11:32:56 -06:00
parent 561ab22924
commit 2955370c9e
4 changed files with 5 additions and 6 deletions

View File

@@ -208,7 +208,7 @@ COMMAND:
CANDIDATES: 'Players you can kick: '
CLICKTOKICK: 'Click to kick '
SELF: <b>You cannot kick yourself.
OFFLINE: Something went wrong with getting the offline player's faction.
NONE: That player is not in a faction.
NOTMEMBER: '%s<b> is not a member of %s'
INSUFFICIENTRANK: <b>Your rank is too low to kick this player.
NEGATIVEPOWER: <b>You cannot kick that member until their power is positive.