some fixing
This commit is contained in:
parent
2d52250d03
commit
6aadd7ca10
|
|
@ -180,8 +180,6 @@ public sealed class GuidebookUIController : UIController, IOnStateEntered<LobbyS
|
|||
if (GuidebookButton != null)
|
||||
GuidebookButton.SetClickPressed(!_guideWindow.IsOpen);
|
||||
|
||||
selected ??= _configuration.GetCVar(CCVars.DefaultGuide);
|
||||
|
||||
if (guides == null)
|
||||
{
|
||||
guides = _prototypeManager.EnumeratePrototypes<GuideEntryPrototype>()
|
||||
|
|
|
|||
|
|
@ -32,3 +32,6 @@ preload_grids = false
|
|||
|
||||
[admin]
|
||||
see_own_notes = true
|
||||
|
||||
[server] # DeltaV
|
||||
rules_file = "DeltaVRuleset"
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@
|
|||
LFoot: MobHumanLFoot
|
||||
RFoot: MobHumanRFoot
|
||||
Tail: MobHumanoidAnyMarking # Nyanotrasen - Felinid
|
||||
HeadTop: MobHumanoidAnyMarking # Nyanotrasen - Felinid & Oni
|
||||
|
||||
- type: markingPoints
|
||||
id: MobHumanMarkingLimits
|
||||
|
|
|
|||
Loading…
Reference in New Issue