mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Changed grammar of output when changing game mode of player.
This commit is contained in:
parent
69c44f851b
commit
c428845538
2
msm
2
msm
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user