Skip to content

Commit

Permalink
Revert "Test loading in server environment"
Browse files Browse the repository at this point in the history
This reverts commit 40fb488.
  • Loading branch information
deathcap committed Jan 21, 2014
1 parent 40fb488 commit cef1749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ main = () ->
'voxel-pickaxe': {}
'voxel-daylight': {ambientColor: 0x888888, directionalColor: 0xffffff}

#'voxel-land': {populateTrees: true} # TODO: server
'voxel-land': {populateTrees: true}
'voxel-clientmc': {url: 'ws://localhost:1234', onDemand: true}

'voxel-console': {}
Expand All @@ -128,7 +128,7 @@ main = () ->
'voxel-gamemode': {}
'voxel-walk': {}
'voxel-inventory-hotbar': {inventorySize:10}
#'voxel-inventory-dialog': {} # TODO: server
'voxel-inventory-dialog': {}
'voxel-reach': { reachDistance: 8 }
# left-click hold to mine
'voxel-mine':
Expand Down

0 comments on commit cef1749

Please sign in to comment.