Comparing version 0.4.0 to 0.5.0
@@ -44,3 +44,3 @@ var fs = require('fs'); | ||
init: function(config) { | ||
var required = ['name', 'world_path', 'start_room']; | ||
var required = ['world_path', 'start_room']; | ||
required.each(function(key) { | ||
@@ -47,0 +47,0 @@ if (!config[key]) { |
{ | ||
"name":"discord", | ||
"description":"A LP/Discworld inspired MUD server running on Node.JS and MooTools.", | ||
"version":"0.4.0", | ||
"version":"0.5.0", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
@@ -81,5 +81,4 @@ /** | ||
server.listen(config.port); | ||
sys.puts("Now listening on "+config.port); | ||
return { listen: server.listen.bind(server) }; | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
124639
3114