mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 06:13:45 -07:00
Update soh/soh/Enhancements/custom-message/CustomMessageManager.cpp
Co-authored-by: Philip Dubé <serprex@users.noreply.github.com>
This commit is contained in:
parent
52610fb0f3
commit
13ee2e688d
1 changed files with 1 additions and 1 deletions
|
@ -627,7 +627,7 @@ void CustomMessage::SetSingularPlural() {
|
|||
for (std::string& str : messages) {
|
||||
size_t firstBar = str.find('|');
|
||||
if (firstBar != std::string::npos) {
|
||||
size_t euroSign = str.find('€');
|
||||
size_t euroSign = str.find("€");
|
||||
size_t secondBar = str.find('|', firstBar + 1);
|
||||
if (secondBar != std::string::npos) {
|
||||
size_t thirdBar = str.find('|', secondBar + 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue