replaced the translation file with actual print message so it wont switch to random languages anymore

This commit is contained in:
jenz 2026-01-29 12:24:02 +01:00
parent e49f0a3f3a
commit f3995b4b6d

View File

@ -1716,7 +1716,8 @@ public void Handler_VoteFinishedGeneric(char[] map,
} }
else else
{ {
CPrintToChatAll("[MCE] %t", "Nextmap Voting Finished", map, map_votes, num_votes); //CPrintToChatAll("[MCE] %t", "Nextmap Voting Finished", map, map_votes, num_votes);
PrintToChatAll("[MCE] Map voting has finished. The next map will be %s. (Received %i votes out of %i)", map, map_votes, num_votes);
LogAction(-1, -1, "Voting for next map has finished. Nextmap: %s.", map); LogAction(-1, -1, "Voting for next map has finished. Nextmap: %s.", map);
} }
} }