mirror of
https://github.com/SPAWNRYS-ban/FUCK-CustomDiscs.git
synced 2025-12-19 09:49:38 +05:00
Audio Player stops
The audio player ID is now based off block.getLocation().toString().getBytes(). This allows the audio player to be controlled based on the location of the jukebox!
This commit is contained in:
@@ -33,7 +33,7 @@ public final class CustomDiscs extends JavaPlugin {
|
||||
}
|
||||
this.saveConfig();
|
||||
|
||||
File musicData = new File(this.getDataFolder() + "\\musicdata\\");
|
||||
File musicData = new File(this.getDataFolder(), "musicdata");
|
||||
if (!(musicData.exists())) {
|
||||
musicData.mkdirs();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user