Merge branch 'pregametutorial' of ssh://184.154.0.242:25565/min/mineplex into pregametutorial
This commit is contained in:
commit
0bd276c16a
@ -172,13 +172,13 @@ public class GameManager implements Listener
|
||||
if(!team.getTutorial().hasEnded())
|
||||
{
|
||||
finished = false;
|
||||
}
|
||||
if(checkForTimer)
|
||||
{
|
||||
if(team.getTutorial().ShowPrepareTimer)
|
||||
finished = false;
|
||||
else
|
||||
finished = true;
|
||||
if(checkForTimer)
|
||||
{
|
||||
if(team.getTutorial().ShowPrepareTimer)
|
||||
finished = false;
|
||||
else
|
||||
finished = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
if(prepTime <= timeUsage)
|
||||
|
Loading…
Reference in New Issue
Block a user