Changed grammar of output when changing game mode of player.

This commit is contained in:
Marcus Whybrow 2012-05-31 05:49:38 +01:00
parent 69c44f851b
commit c428845538

2
msm
View File

@ -1914,7 +1914,7 @@ main() {
fi
local regex="${LOG_REGEX} ${server_confirm_gamemode_fail_no_change[$id]}"
if [[ $line =~ $regex ]]; then
echo "The player \"$4\" was already in \"$3\" mode."
echo "The player \"$4\" was already in mode \"$3\"."
fi
else
echo "Server \"${server_name[$id]}\" is not running."