Web Editor Got Me

Fix my syntax
This commit is contained in:
SuperDude88
2026-05-20 17:51:13 -04:00
parent 14d1501657
commit a9fcc2f52a
+2 -1
View File
@@ -57,7 +57,7 @@ enum class MagicArmorMode : u8 {
DOUBLE_DEFENSE = 2,
INVINCIBLE = 3,
COSMETIC = 4,
}
};
namespace config {
template <>
@@ -102,6 +102,7 @@ struct ConfigEnumRange<MenuScaling> {
static constexpr auto max = MenuScaling::Dusklight;
};
template <>
struct ConfigEnumRange<MagicArmorMode> {
static constexpr auto min = MagicArmorMode::NORMAL;
static constexpr auto max = MagicArmorMode::COSMETIC;