change hud waiting for players
All checks were successful
Linux arm64 / Build (push) Successful in 4m53s

This commit is contained in:
2024-03-28 15:05:34 +01:00
parent 86275a38a6
commit 27d5680391

View File

@@ -79,7 +79,7 @@ void Hud::RenderTime() {
std::uint64_t timeRemaining = m_Client->GetGame()->GetGameStateRemainingTime();
if (timeRemaining == 0) {
timeFormated = "Waiting for players ...";
timeFormated = "En attente de joueurs ...";
} else {
timeRemaining += 1000;