Update AltFormInfo.cs

This commit is contained in:
Kurt
2020-10-25 09:35:19 -07:00
parent 608e0bb88e
commit 681d64d007

View File

@@ -32,7 +32,7 @@ public static bool IsBattleOnlyForm(int species, int form, int format)
return false;
default:
return true;
return form != 0;
}
}