Update to new Arbutils.
continuous-integration/drone/push Build is passing Details

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
1 changed files with 1 additions and 1 deletions

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();
}
};