Skip to content

Commit

Permalink
Update InfoUIController.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodinger71 authored Aug 12, 2024
1 parent 0d32c37 commit 2d910da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public sealed class InfoUIController : UIController, IOnStateExited<GameplayStat
private ISawmill _sawmill = default!;

[ValidatePrototypeId<GuideEntryPrototype>]
private const string DefaultRuleset = "DefaultRuleset";
private const string DefaultRuleset = "ADTRuleset"; //ADT Rule

public ProtoId<GuideEntryPrototype> RulesEntryId = DefaultRuleset;

Expand Down

0 comments on commit 2d910da

Please sign in to comment.