Skip to content

Commit

Permalink
use normalized enum name
Browse files Browse the repository at this point in the history
  • Loading branch information
Anime-pdf committed Nov 20, 2024
1 parent f6ec93b commit e715f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vscripts/modifiers/modifier_panic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ModifierSpeed extends BaseModifier {
@registerModifier()
export class modifier_panic extends ModifierSpeed {
// Set state
CheckState(): Partial<Record<modifierstate, boolean>> {
CheckState(): Partial<Record<ModifierState, boolean>> {
return {
[ModifierState.COMMAND_RESTRICTED]: true,
};
Expand Down

0 comments on commit e715f2a

Please sign in to comment.