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.)"
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.)"