This commit is contained in:
HJfod 2024-09-10 22:37:30 +03:00
parent 91a550971b
commit f0f6d4a04e

View file

@ -143,7 +143,7 @@ bool ModItem::init(ModSource&& source) {
auto gdValid = gameVersion == "*" || gameVersion == GEODE_STR(GEODE_GD_VERSION);
if (!geodeValid || !gdValid) {
spr = createGeodeButton("NA", 50, false, true, GeodeButtonSprite::Default);
spr = createGeodeButton("N/A", 50, false, true, GeodeButtonSprite::Default);
}
}