Rcon Command Changes

- moved the rcon commands to the gamedata files, so they can be extended.
This commit is contained in:
Brett Hewitson 2022-06-14 12:55:58 +10:00
parent f3ff807cd0
commit e7100e6323
18 changed files with 266 additions and 152 deletions

View file

@ -13450,6 +13450,20 @@
{
"ModId": "LostIsland",
"ModName": "Lost Island"
},
{
"ModId": "Fjordur",
"ModName": "Fjordur"
}
],
"RconInputModes": [
{
"Command": "Global",
"Description": "Global"
},
{
"Command": "Broadcast",
"Description": "Broadcast"
}
]
}