Skip to content

Commit 1b7cca5

Browse files
authored
Merge pull request #50 from UncomplicatedCustomServer/dev-main
Fast fix for v5.0.0
2 parents a587dfc + 4a4cba2 commit 1b7cca5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

UncomplicatedCustomRoles/Config.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ internal class Config : IConfig
2222
public bool EnableBasicLogs { get; set; } = true;
2323

2424
[Description("If true the UCS credit tag system won't be activated. PLEASE DON'T DEACTIVATE IT as LOTS OF PEOPLE WORKED ON THIS PLUGIN completly for FREE!")]
25-
public bool EnableCreditTags { get; set; } = false;
25+
public bool EnableCreditTags { get; set; } = true;
2626

2727
[Description("Whether the NPCs can naturally spawn custom roles")]
2828
public bool IgnoreNpcs { get; set; } = true;

0 commit comments

Comments
 (0)