Skip to content

Commit bef42e3

Browse files
committed
Fixes issue #265 (sound module broken in bukkit/spigot/glowstone)
1 parent 62ff903 commit bef42e3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/main/js/modules/bukkit/sounds.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
var bkLocation = org.bukkit.Location,
1+
var bkLocation = Packages.org.bukkit.Location,
22
i = 0,
3-
bukkit = require('bukkit'),
43
foreach = require('utils').foreach,
5-
allSounds = bukkit.sound.values(),
4+
allSounds = Packages.org.bukkit.Sound.values(),
65
len = allSounds.length,
76
sound,
87
soundName;

0 commit comments

Comments
 (0)