Fixed TDM health
This commit is contained in:
parent
f73d4d3e23
commit
154479d1b7
@ -99,7 +99,7 @@ public class ChampionsTDM extends TeamGame
|
||||
@EventHandler
|
||||
public void Health(GameStateChangeEvent event)
|
||||
{
|
||||
if (event.GetState() != GameState.Prepare)
|
||||
if (event.GetState() != GameState.Live)
|
||||
return;
|
||||
|
||||
for (Player player : GetPlayers(true))
|
||||
|
Loading…
Reference in New Issue
Block a user