Flan's Mod: Legacy

Flan's Mod: Legacy

2M Downloads

Spectators can't fly

ChrisLane opened this issue ยท 3 comments

commented
commented

make a canFly(Player player) and check if their team is spectator

commented

For example...
public boolean canFly(Player player) {
if(getPlayerData(player).team == Team.spectators)
return true;
return false;
}

commented

Will be fixed in 1.8 with the spectator gametype