Update meta regex

This commit is contained in:
Greelan 2022-01-24 19:08:12 +11:00
parent 8d41fe1e4e
commit 7bf9bfbdcc

View File

@ -3,6 +3,6 @@
"ConfigFile": "Servers/UnturnedServer/Server/Commands.dat", "ConfigFile": "Servers/UnturnedServer/Server/Commands.dat",
"AutoMap": true, "AutoMap": true,
"ConfigType": "kvp", "ConfigType": "kvp",
"ConfigFormat": "{0} {1}" "ConfigFormatRegex": "^(?<key>.+?) (?<value>.*?)$"
} }
] ]