From f3995b4b6d7a0a1a91c2d9b2c2b5f5ca5433e64e Mon Sep 17 00:00:00 2001 From: jenz Date: Thu, 29 Jan 2026 12:24:02 +0100 Subject: [PATCH] replaced the translation file with actual print message so it wont switch to random languages anymore --- .../scripting/mapchooser_extended_avg_mapend.sp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mapchooser_extended/scripting/mapchooser_extended_avg_mapend.sp b/mapchooser_extended/scripting/mapchooser_extended_avg_mapend.sp index fee068a..6087e22 100755 --- a/mapchooser_extended/scripting/mapchooser_extended_avg_mapend.sp +++ b/mapchooser_extended/scripting/mapchooser_extended_avg_mapend.sp @@ -1716,7 +1716,8 @@ public void Handler_VoteFinishedGeneric(char[] map, } 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); } }