diff --git a/index.js b/index.js index 06cd4fe..1bfd6c0 100644 --- a/index.js +++ b/index.js @@ -61,7 +61,8 @@ Plugins.prototype.scanAndInstantiate = function(name, opts) { var createPlugin = this.scan(name); if (createPlugin.pluginInfo && createPlugin.pluginInfo.clientOnly) { - if (!this.game.isClient) { + //if (!this.game.isClient) { // TODO + if (false) { console.log("Skipping client-only plugin ("+name+"), in non-client environment"); return false; }