Skip to content

Commit 217a108

Browse files
committed
Clarify error message about requiring voxel-engine-stackgl. Closes GH-9
1 parent 228c126 commit 217a108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stitch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function StitchPlugin(game, opts) {
2525
this.registry = opts.registry || game.plugins.get('voxel-registry');
2626
if (!this.registry) throw new Error('voxel-stitch requires voxel-registry plugin');
2727
this.shell = game.shell;
28-
if (!this.shell) throw new Error('voxel-stitch requires game-shell'); // for gl-init
28+
if (!this.shell) throw new Error('voxel-stitch requires voxel-engine-stackgl'); // for gl-init
2929

3030
opts = opts || {};
3131
opts.artpacks = opts.artpacks || ['https://dl.dropboxusercontent.com/u/258156216/artpacks/ProgrammerArt-v2.2.1-dev-ResourcePack-20140322.zip'];

0 commit comments

Comments
 (0)