Fix regex for 1.3 connected command output

This commit is contained in:
Marcus Whybrow 2012-08-11 23:17:43 +01:00
parent 4a5c1a04d5
commit ed5cee18f0

View File

@ -36,7 +36,8 @@ console_command XP "xp <amount> <player>" \
"The number you have entered (<amount>) is too small, it must be at least 0"
console_command CONNECTED "list" \
"(.*)?(, .*)*"
"([^\ ]*)?(, [^\ ]+)*$" \
"$"
console_command SAVE_ON "save-on" \
"Turned on world auto-saving"