formatting

This commit is contained in:
Charlie 2014-07-28 11:53:28 -04:00
parent 4deb7589ae
commit 52d335ddf6
5 changed files with 908 additions and 912 deletions

View File

@ -256,7 +256,6 @@ public class DiscoParty {
Location loc;
World world = player.getWorld();
double x = player.getLocation().getX();
double z = player.getLocation().getZ();
for (int i = 0; i < sheep; i++) {
@ -431,7 +430,6 @@ public class DiscoParty {
/* for (Block block : this.floorBlocks) {
this.randomizeFloor(block);
}*/
}
private float getPentatonicNote() {

View File

@ -88,7 +88,6 @@ public final class DiscoSheep extends JavaPlugin {
for (String key : getConfig().getConfigurationSection("max.guests").getKeys(false)) {
DiscoParty.getMaxGuestNumbers().put(key, getConfig().getInt("max.guests." + key));
}*/
}
void reloadConfigFromDisk() {
@ -106,7 +105,6 @@ public final class DiscoSheep extends JavaPlugin {
/* for (Map.Entry<String, Integer> entry : DiscoParty.getDefaultGuestNumbers().entrySet()) {
getConfig().set("default.guests." + entry.getKey(), entry.getValue());
}*/
saveConfig();
}