Skip to content

Commit

Permalink
Add missing loadAfter: voxel-stitch, for game-shell-voxel
Browse files Browse the repository at this point in the history
  • Loading branch information
deathcap committed Apr 15, 2014
1 parent 987ccf7 commit 070e2dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ require 'string.prototype.endswith' # adds String#endsWith if not available - on
module.exports = (game, opts) ->
return new DropPlugin(game, opts)

module.exports.pluginInfo =
loadAfter: ['voxel-stitch']

class DropPlugin
constructor: (@game, opts) ->
return if not @game.isClient
Expand Down
4 changes: 4 additions & 0 deletions index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 070e2dc

Please sign in to comment.