Skip to content

Commit b637cc9

Browse files
Change name from ";fix" to ;resetlighting (Epix-Incorporated#1873)
Remove alias ;fix for Commands.ResetLighting
1 parent 6038432 commit b637cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MainModule/Server/Commands/Moderators.luau

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2339,7 +2339,7 @@ return function(Vargs, env)
23392339

23402340
ResetLighting = {
23412341
Prefix = Settings.Prefix;
2342-
Commands = {"fix", "resetlighting", "undisco", "unflash", "fixlighting", "resetatmosphere", "fixatmosphere"};
2342+
Commands = {"resetlighting", "undisco", "unflash", "fixlighting", "resetatmosphere", "fixatmosphere"};
23432343
Args = {};
23442344
Description = "Reset lighting back to the setting it had on server start";
23452345
AdminLevel = "Moderators";

0 commit comments

Comments
 (0)