From d8cfd824256a2a174a209ffd0129442e53a52350 Mon Sep 17 00:00:00 2001 From: Matt Sicker Date: Fri, 17 Aug 2012 09:50:27 -0500 Subject: [PATCH] Fixed msm.conf for Bukkit server messages. --- msm.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/msm.conf b/msm.conf index 4af74ad..4fd1c62 100644 --- a/msm.conf +++ b/msm.conf @@ -162,10 +162,10 @@ DEFAULT_MESSAGE_COMPLETE_BACKUP_FINISHED="Backup complete." # The message once logged confirms the "save-on" command has finished -DEFAULT_CONFIRM_SAVE_ON="CONSOLE: Enabling level saving..|Turned on world auto-saving" +DEFAULT_CONFIRM_SAVE_ON="CONSOLE: Enabl(ing|ed) level saving..|Turned on world auto-saving" # The message once logged confirms the "save-off" command has finished -DEFAULT_CONFIRM_SAVE_OFF="CONSOLE: Disabling level saving..|Turned off world auto-saving" +DEFAULT_CONFIRM_SAVE_OFF="CONSOLE: Disabl(ing|ed) level saving..|Turned off world auto-saving" # The message once logged confirms the "save-all" command has finished DEFAULT_CONFIRM_SAVE_ALL="CONSOLE: Save complete.|Saved the world"