Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 103bd23bf4 | |||
| b175433701 |
+4
@@ -172,5 +172,9 @@ public class ColorJump extends StatelessGame {
|
|||||||
this.getScore().insertResult(player);
|
this.getScore().insertResult(player);
|
||||||
player.setGameMode(GameMode.SPECTATOR);
|
player.setGameMode(GameMode.SPECTATOR);
|
||||||
}
|
}
|
||||||
|
if(!this.isBeforeBeginning && !this.isRunning) {
|
||||||
|
player.setGameMode(GameMode.SPECTATOR);
|
||||||
|
player.teleport(this.getSpawn());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user