Reverted buffers / Added Dexapnow's fixed zone maps [untested]

This commit is contained in:
Anuken
2019-06-07 14:07:32 -04:00
parent 4458ae042e
commit c8ce195522
10 changed files with 76 additions and 78 deletions

View File

@@ -157,7 +157,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() + "[]" : "") + "." +
"\nNew game begins in " + roundExtraTime + " seconds.");
"\nNew game begins in " + roundExtraTime + "[] seconds.");
info("Selected next map to be {0}.", map.name());