derp
This commit is contained in:
@@ -605,9 +605,8 @@ namespace Barotrauma
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void SetTraitorsEnabled(YesNoMaybe enabled)
|
public void SetTraitorsEnabled(YesNoMaybe enabled)
|
||||||
{
|
{
|
||||||
|
|
||||||
if (GameMain.Server != null) GameMain.Server.TraitorsEnabled = enabled;
|
if (GameMain.Server != null) GameMain.Server.TraitorsEnabled = enabled;
|
||||||
(traitorProbabilityText as GUITextBlock).Text = enabled.ToString();
|
(traitorProbabilityText as GUITextBlock).Text = enabled.ToString();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user