This commit is contained in:
2025-08-31 15:02:10 +02:00
parent 929a47487e
commit 5de9e4242b
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{ {
"Version": "1.12.5.2", "Version": "1.12.5.3",
"Actions": [ "Actions": [
{ {
"Id": "config:both", "Id": "config:both",

View File

@@ -1,10 +1,13 @@
{ {
"Updates": [ "Updates": [
{ {
"Version": "1.12.5.1", "Version": "1.12.5.3",
"Actions": [ "Actions": [
{ {
"InheritFrom": "config:both" "InheritFrom": "config:both"
},
{
"InheritFrom": "config:client"
} }
] ]
}, },