forked from UNLOZE/sm-plugins
replaced the translation file with actual print message so it wont switch to random languages anymore
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user