Fix TNT wars crashing entire server, when round ended and blue score was >= red score

This commit is contained in:
UnknownShadow200 2017-10-28 11:38:35 +11:00
parent 8c6f04ac23
commit c25e34fb29

View File

@ -315,7 +315,7 @@ namespace MCGalaxy.Games
} }
if (BlueScore >= RedScore) if (BlueScore >= RedScore)
{ {
Chat.MessageGlobal("TNT Wars: Team &9Blue %Swon &cTNT Wars %Sby {1} points!", BlueScore - RedScore); Chat.MessageGlobal("TNT Wars: Team &9Blue %Swon &cTNT Wars %Sby {0} points!", BlueScore - RedScore);
} }
try try
{ {