Removed mech-related bundle entries
This commit is contained in:
@@ -141,7 +141,7 @@ public class ServerControl implements ApplicationListener{
|
||||
? "[YELLOW]The " + event.winner.name + " team is victorious![]" : "[SCARLET]Game over![]")
|
||||
+ "\nNext selected map:[accent] " + map.name() + "[]"
|
||||
+ (map.tags.containsKey("author") && !map.tags.get("author").trim().isEmpty() ? " by[accent] " + map.author() + "[white]" : "") + "." +
|
||||
"\nNew game begins in " + roundExtraTime + "[] seconds.");
|
||||
"\nNew game begins in " + roundExtraTime + " seconds.");
|
||||
|
||||
info("Selected next map to be {0}.", map.name());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user