Skip to content

Commit 337998b

Browse files
committed
feat(cosmetic-settings): Dynamic cosmetic settings working in-game
1 parent d0700b3 commit 337998b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/eliotlash/molang/variables/VariableFlavor.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ public enum VariableFlavor {
2929
*/
3030
READOUT("readout", "r"),
3131

32-
LUNAR("lunar", "l");
32+
LUNAR("lunar", "l"),
33+
OPTION("option", "o");
3334

3435
public final String name;
3536
public final String alias;

0 commit comments

Comments
 (0)