This commit is contained in:
Anuken
2020-08-18 19:30:11 -04:00
parent 3d5236dfd3
commit f31b1ed8d0
6 changed files with 14 additions and 9 deletions

View File

@ -154,7 +154,7 @@ public class ServerControl implements ApplicationListener{
nextMapOverride = null;
if(map != null){
Call.infoMessage((state.rules.pvp
? "[yellow]The " + event.winner.name + " team is victorious![]" : "[scarlet]Game over![]")
? "[accent]The " + event.winner.name + " team is victorious![]\n" : "[scarlet]Game over![]\n")
+ "\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.");