You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UncomplicatedCustomRoles/Config.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ internal class Config : IConfig
22
22
publicboolEnableBasicLogs{get;set;}=true;
23
23
24
24
[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
-
publicboolEnableCreditTags{get;set;}=false;
25
+
publicboolEnableCreditTags{get;set;}=true;
26
26
27
27
[Description("Whether the NPCs can naturally spawn custom roles")]
0 commit comments