Added server reset setting

This commit is contained in:
Marcel Baumgartner
2023-04-03 03:31:56 +02:00
parent 0d7c29bc8e
commit ffc2c9cc2c
3 changed files with 78 additions and 0 deletions

View File

@@ -52,6 +52,8 @@
if(Tags.Contains("pythonfile"))
Settings.Add("Python file", typeof(PythonFileSetting));
Settings.Add("Server reset", typeof(ServerResetSetting));
return Task.CompletedTask;
}