Skip to content

Commit

Permalink
[cleanup]
Browse files Browse the repository at this point in the history
  • Loading branch information
mlthelama committed Feb 5, 2023
1 parent 7c47a4e commit 904f33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/equip/item.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ namespace equip {
}

if (!obj || left == 0) {
logger::warn("could not find selected potion, maybe it all have been consumed"sv);
logger::warn("could not find selected potion, maybe all have been consumed"sv);
//TODO update ui in this case
return;
}
Expand Down

0 comments on commit 904f33b

Please sign in to comment.