mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
it's N/A
This commit is contained in:
parent
91a550971b
commit
f0f6d4a04e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue