mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 05:56:58 +01:00
Actually remove the setting
This commit is contained in:
@@ -31,9 +31,6 @@
|
||||
<setting name="ServerSecurity" serializeAs="String">
|
||||
<value>0</value>
|
||||
</setting>
|
||||
<setting name="ServerVisiblity" serializeAs="String">
|
||||
<value>2</value>
|
||||
</setting>
|
||||
<setting name="DDAutoStart" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
|
||||
-12
@@ -107,18 +107,6 @@ namespace TGServerService.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("2")]
|
||||
public int ServerVisiblity {
|
||||
get {
|
||||
return ((int)(this["ServerVisiblity"]));
|
||||
}
|
||||
set {
|
||||
this["ServerVisiblity"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
|
||||
@@ -23,9 +23,6 @@
|
||||
<Setting Name="ServerSecurity" Type="System.Int32" Scope="User">
|
||||
<Value Profile="(Default)">0</Value>
|
||||
</Setting>
|
||||
<Setting Name="ServerVisiblity" Type="System.Int32" Scope="User">
|
||||
<Value Profile="(Default)">2</Value>
|
||||
</Setting>
|
||||
<Setting Name="DDAutoStart" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
|
||||
Reference in New Issue
Block a user