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: AdminTools/Config.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ public class Config : IConfig
11
11
[Description("Whether or not to show logs used for debugging.")]
12
12
publicboolDebug{get;set;}=false;
13
13
14
-
[Description("Should the tutorial class be in God Mode? Default: false")]
14
+
[Description("Should Staff be in God Mode when they forceclass to Tutorial?? Default: false")]
15
15
publicboolGodTuts{get;set;}=false;
16
16
17
17
[Description("Extending Command use for Getting a player (such as candy command and other parts of AdminTools). View the README on github for more info.")]
0 commit comments