Some logging operations to check for tps loss.

This commit is contained in:
MattBDev
2019-12-15 13:08:02 -05:00
parent 478c761750
commit 9fd29b264e
3 changed files with 10 additions and 6 deletions

View File

@ -317,10 +317,6 @@ import java.util.Set;
});
}
@Override public Location getSpawn(@NonNull final PlotPlayer player) {
return getLocation(((BukkitPlayer) player).player.getBedSpawnLocation());
}
@Override public Location getSpawn(@NonNull final String world) {
final org.bukkit.Location temp = getWorld(world).getSpawnLocation();
return new Location(world, temp.getBlockX(), temp.getBlockY(), temp.getBlockZ(),