formatting
This commit is contained in:
parent
4deb7589ae
commit
52d335ddf6
@ -256,7 +256,6 @@ public class DiscoParty {
|
|||||||
Location loc;
|
Location loc;
|
||||||
World world = player.getWorld();
|
World world = player.getWorld();
|
||||||
|
|
||||||
|
|
||||||
double x = player.getLocation().getX();
|
double x = player.getLocation().getX();
|
||||||
double z = player.getLocation().getZ();
|
double z = player.getLocation().getZ();
|
||||||
for (int i = 0; i < sheep; i++) {
|
for (int i = 0; i < sheep; i++) {
|
||||||
@ -431,7 +430,6 @@ public class DiscoParty {
|
|||||||
/* for (Block block : this.floorBlocks) {
|
/* for (Block block : this.floorBlocks) {
|
||||||
this.randomizeFloor(block);
|
this.randomizeFloor(block);
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private float getPentatonicNote() {
|
private float getPentatonicNote() {
|
||||||
|
@ -88,7 +88,6 @@ public final class DiscoSheep extends JavaPlugin {
|
|||||||
for (String key : getConfig().getConfigurationSection("max.guests").getKeys(false)) {
|
for (String key : getConfig().getConfigurationSection("max.guests").getKeys(false)) {
|
||||||
DiscoParty.getMaxGuestNumbers().put(key, getConfig().getInt("max.guests." + key));
|
DiscoParty.getMaxGuestNumbers().put(key, getConfig().getInt("max.guests." + key));
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void reloadConfigFromDisk() {
|
void reloadConfigFromDisk() {
|
||||||
@ -106,7 +105,6 @@ public final class DiscoSheep extends JavaPlugin {
|
|||||||
/* for (Map.Entry<String, Integer> entry : DiscoParty.getDefaultGuestNumbers().entrySet()) {
|
/* for (Map.Entry<String, Integer> entry : DiscoParty.getDefaultGuestNumbers().entrySet()) {
|
||||||
getConfig().set("default.guests." + entry.getKey(), entry.getValue());
|
getConfig().set("default.guests." + entry.getKey(), entry.getValue());
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
saveConfig();
|
saveConfig();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user