1.4.6 fixed bug in arrows.js load

This commit is contained in:
walterhiggins 2013-01-11 23:33:33 +00:00
parent c9423eb0f8
commit 8ab408d148
2 changed files with 3 additions and 3 deletions

Binary file not shown.

View file

@ -16,9 +16,9 @@
* /js arrows.explosive('player23') makes player23's arrows explosive. * /js arrows.explosive('player23') makes player23's arrows explosive.
* *
************************************************************************/ ************************************************************************/
var rootDir = __folder;
load(__folder + "signs/select.js"); load(rootDir + "signs/select.js");
load(__folder + "bukkit/events.js"); load(rootDir + "bukkit/events.js");
var arrows = arrows || {}; var arrows = arrows || {};
// ------------------------------------------------------------------------ // ------------------------------------------------------------------------
// Private implementation // Private implementation