Add Pokemon Status.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-08-08 12:01:05 +02:00
parent d8e166e49a
commit 683f3ad08b
8 changed files with 67 additions and 11 deletions

View File

@@ -173,7 +173,7 @@ void AngelScriptResolver::FinalizeModule() {
effectName = ArbUt::StringView(val.c_str(), val.length());
}
}
if (effectName.Empty()) {
if (effectName.IsEmpty()) {
continue;
}
switch (metadataKind) {