replaced the translation file with actual print message so it wont switch to random languages anymore
This commit is contained in:
parent
e49f0a3f3a
commit
f3995b4b6d
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user