Fixes syntax error
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Deukhoofd 2022-03-26 11:37:39 +01:00
parent 5dff6d735f
commit aa48557416
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ namespace CreatureLib::Battling {
if (!_creatures[i].HasValue())
continue;
if (_creatures[i].GetValue() == creature) {
return _fillableSlots.At(i) l
return _fillableSlots.At(i);
}
}
}