game will not announce winner multiple times

This commit is contained in:
Chiss 2014-04-21 17:01:50 +10:00
parent adf8821a26
commit a150249f4f

View File

@ -887,6 +887,9 @@ public abstract class Game implements Listener
public void AnnounceEnd(GameTeam team)
{
if (!IsLive())
return;
for (Player player : UtilServer.getPlayers())
{
player.playSound(player.getLocation(), Sound.LEVEL_UP, 2f, 1f);