mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Fix regex for 1.3 connected command output
This commit is contained in:
parent
4a5c1a04d5
commit
ed5cee18f0
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user