diff --git a/src/appsettings.json b/src/appsettings.json new file mode 100644 index 0000000..1b7390f --- /dev/null +++ b/src/appsettings.json @@ -0,0 +1,7 @@ +{ + "ServerConfiguration": { + "Port": 9933, + "EnableChat": true, + "EventTimer": 30 + } +} diff --git a/src/sodoffmmo.csproj b/src/sodoffmmo.csproj index ea66c35..04b1f9b 100644 --- a/src/sodoffmmo.csproj +++ b/src/sodoffmmo.csproj @@ -16,4 +16,9 @@ + + + PreserveNewest + +