Update to new Arbutils.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Deukhoofd 2020-08-08 12:35:57 +02:00
parent 683f3ad08b
commit 0ace5798f8
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F

View File

@ -63,7 +63,7 @@ namespace PkmnLib::Battling {
void ClearStatus();
const ArbUt::StringView& GetStatusName() noexcept {
if (_statusScript == nullptr)
return ArbUt::StringView::Empty();
return ArbUt::StringView::EmptyString();
return _statusScript->GetName();
}
};