mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-02-14 19:30:01 +01:00
desablecensor
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
<ui:OptionSlider Name="SpeechBubbleSpeakerOpacitySlider" Title="{Loc 'ui-options-speech-bubble-speaker-opacity'}" />
|
||||
<ui:OptionSlider Name="SpeechBubbleBackgroundOpacitySlider" Title="{Loc 'ui-options-speech-bubble-background-opacity'}" />
|
||||
<Label Text="{Loc 'ui-options-accessability-header-content'}"
|
||||
StyleClasses="LabelKeyText"/>
|
||||
<CheckBox Name="CensorNudityCheckBox" Text="{Loc 'ui-options-censor-nudity'}" />
|
||||
StyleClasses="LabelKeyText" Visible="False"/> <!-- Corvax-Wega-ERP-Edit -->
|
||||
<CheckBox Name="CensorNudityCheckBox" Text="{Loc 'ui-options-censor-nudity'}" Visible="False"/> <!-- Corvax-Wega-ERP-Edit -->
|
||||
</BoxContainer>
|
||||
</ScrollContainer>
|
||||
<ui:OptionsTabControlRow Name="Control" Access="Public" />
|
||||
|
||||
@@ -65,7 +65,7 @@ public sealed partial class CCVars
|
||||
/// Both this and AccessibilityServerCensorNudity must be false to display nudity on the client.
|
||||
/// </summary>
|
||||
public static readonly CVarDef<bool> AccessibilityClientCensorNudity =
|
||||
CVarDef.Create("accessibility.censor_nudity", false, CVar.CLIENTONLY | CVar.ARCHIVE);
|
||||
CVarDef.Create("accessibility.censor_nudity", false, CVar.SERVER | CVar.ARCHIVE); // Corvax-Wega-ERP-Edit
|
||||
|
||||
/// <summary>
|
||||
/// If enabled, censors character nudity by forcing clothes markings on characters, selected by the server.
|
||||
|
||||
Reference in New Issue
Block a user