Skip to content

Commit

Permalink
default string for MSG:NotAvailableInMultiplayer
Browse files Browse the repository at this point in the history
  • Loading branch information
chaserli committed Apr 20, 2024
1 parent a4cdffa commit ba85ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/QuickSave.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ void QuickSaveCommandClass::Execute(WWKey eInput) const
}
else
{
PrintMessage(StringTable::LoadString("MSG:NotAvailableInMultiplayer"));
PrintMessage(GeneralUtils::LoadStringUnlessMissing("MSG:NotAvailableInMultiplayer", L"QuickSave is not available in multiplayer"));
}
}

0 comments on commit ba85ae0

Please sign in to comment.