Adding 2 Seconds delay.
This commit is contained in:
parent
eddbde5ebd
commit
a653f053a5
@ -49,7 +49,14 @@ public abstract class GameTutorial
|
||||
Manager.getPluginManager().callEvent(new GameTutorialStartEvent(this));
|
||||
onStart();
|
||||
preparePlayers();
|
||||
nextPhase();
|
||||
Manager.runSyncLater(new Runnable()
|
||||
{
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
nextPhase();
|
||||
}
|
||||
}, 40);
|
||||
}
|
||||
|
||||
protected void nextPhase()
|
||||
|
Loading…
Reference in New Issue
Block a user