teleportations.
This commit is contained in:
parent
10d26ca32b
commit
072856be7d
@ -73,6 +73,8 @@ public abstract class TutorialPhase
|
||||
{
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
if(!_hasEnded && !getTutorial().hasEnded())
|
||||
{
|
||||
for(Player player : _tutorial.getPlayers().keySet())
|
||||
{
|
||||
@ -81,6 +83,7 @@ public abstract class TutorialPhase
|
||||
player.teleport(_location);
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
try
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user