From 5b2804e067ae016d4977e6a505c5679eccd6c515 Mon Sep 17 00:00:00 2001 From: deathcap Date: Tue, 28 Jan 2014 21:01:09 -0800 Subject: [PATCH] Revert for now "Test loading voxel-engine via voxel-cs" Requires many more changes to client/server plugin loading/API This reverts commit d6402135e0991908f83c57b060e373c917f08b72. Ref GH-26 --- index.coffee | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.coffee b/index.coffee index 1eb8b87..b52750e 100644 --- a/index.coffee +++ b/index.coffee @@ -52,7 +52,7 @@ main = () -> plugins = createPlugins null, {require: require} configuration = - 'voxel-cs': {commonOpts: + 'voxel-engine': appendDocument: true exposeGlobal: true # for debugging @@ -102,7 +102,8 @@ main = () -> 'T': 'console' '/': 'console2' '.': 'console3' - } + + #'voxel-cs': {} # TODO 'voxel-registry': {} 'craftingrecipes': {}