mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-24 05:03:34 -04:00
Fix TNT wars crashing entire server, when round ended and blue score was >= red score
This commit is contained in:
parent
8c6f04ac23
commit
c25e34fb29
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user