Skip to content

Commit

Permalink
Fix ADT Rule (#224)
Browse files Browse the repository at this point in the history
no cl, no fun
  • Loading branch information
Schrodinger71 authored Aug 12, 2024
1 parent 0d32c37 commit d1bdff9
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 d1bdff9

Please sign in to comment.