Yes.
This commit is contained in:
@ -113,6 +113,10 @@ public class GameManager {
|
||||
}, 100L).getTaskId());
|
||||
}
|
||||
|
||||
public Game getSpectatingGame(UUID uuid) {
|
||||
return this.games.get(this.spectators.get(uuid));
|
||||
}
|
||||
|
||||
public void removePlayerFromGame(Player player, PlayerData playerData, boolean spectatorDeath) {
|
||||
Game game = this.games.get(playerData.getCurrentGameId());
|
||||
Player killer = playerData.getLastDamager();
|
||||
|
Reference in New Issue
Block a user