Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit da8e363

Browse files
committed
Fix accidentally breaking the tgui choice
1 parent 7b75ec5 commit da8e363

File tree

1 file changed

+1
-1
lines changed
  • tgui/packages/tgui/interfaces/PreferencesMenu/preferences/features/character_preferences

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { FeatureChoiced, FeatureDropdownInput } from "../base";
22

3-
export const blindness_choice: FeatureChoiced = {
3+
export const blindness: FeatureChoiced = {
44
name: "Blindness",
55
component: FeatureDropdownInput,
66
};

0 commit comments

Comments
 (0)