Skip to content

Commit

Permalink
voxel-console is client-only
Browse files Browse the repository at this point in the history
  • Loading branch information
deathcap committed Jan 21, 2014
1 parent 3268e5d commit 6464501
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = (game, opts) -> new Console(game, opts)

class Console extends Modal
constructor: (@game, @opts) ->
return if not @game.isClient

@opts.includeTextBindings ?= {
'console': undefined,
Expand Down
3 changes: 3 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 6464501

Please sign in to comment.