We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ff903 commit bef42e3Copy full SHA for bef42e3
1 file changed
src/main/js/modules/bukkit/sounds.js
@@ -1,8 +1,7 @@
1
-var bkLocation = org.bukkit.Location,
+var bkLocation = Packages.org.bukkit.Location,
2
i = 0,
3
- bukkit = require('bukkit'),
4
foreach = require('utils').foreach,
5
- allSounds = bukkit.sound.values(),
+ allSounds = Packages.org.bukkit.Sound.values(),
6
len = allSounds.length,
7
sound,
8
soundName;
0 commit comments