Removed mech-related bundle entries

This commit is contained in:
Anuken
2020-04-26 11:24:52 -04:00
parent 0589290380
commit dfcf11fb07
31 changed files with 595 additions and 1538 deletions

View File

@@ -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());