Skip to content

Commit

Permalink
dammit sam
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Slater committed Dec 29, 2011
1 parent 672610e commit 62f717b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var NodeMUD = function() {


// Not sure whether to put this here (allows reloading) or in gen_db, this // Not sure whether to put this here (allows reloading) or in gen_db, this
// will do for now. // will do for now.
//this.loadCommands(); this.loadCommands();


this.connections = { }; this.connections = { };


Expand Down Expand Up @@ -83,7 +83,7 @@ var NodeMUD = function() {
}.bind(this)); }.bind(this));
}.bind(this)); }.bind(this));


this.server.listen(1337, "127.0.0.1"); this.server.listen(1337, "0.0.0.0");
}; };


NodeMUD.prototype.loadCommands = function() { NodeMUD.prototype.loadCommands = function() {
Expand Down

0 comments on commit 62f717b

Please sign in to comment.