Update existing configs

This commit is contained in:
Dane Everitt
2016-12-14 18:54:02 -05:00
parent fd360f6475
commit 51ce4d4d47
3 changed files with 19 additions and 12 deletions

View File

@@ -9,8 +9,8 @@
"tshock/config.json": {
"parser": "json",
"find": {
"ServerPort": "{{ build.default.port }}",
"MaxSlots": "{{ build.env.MAX_SLOTS }}"
"ServerPort": "{{ server.build.default.port }}",
"MaxSlots": "{{ server.build.env.MAX_SLOTS }}"
}
}
},