You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting this issue!
I haven't been working on this project for quite some time, but seeing there is still interest in this tool, I'll try to pick up work again.
Minecraft has broken the backup mechanism again.
The regex pattern is looking for the string to start with "Changes..."
"^(Changes to the (level|world) are resumed.)"
The problem is that when this message is received, it also has a timestamp now.
The simple fix is to replace the regex pattern with "(Changes to the (level|world) are resumed.)"
The text was updated successfully, but these errors were encountered: