Skip to content

Commit

Permalink
tweek
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Nov 18, 2014
1 parent 51ae42c commit ff0ba29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/hft-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ var HFTServer = function(options, startedCallback) {
g[prop] = options[prop];
});

g.gameDB = options.gameDB || new AvailableGames();
g.gameDB = g.gameDB || new AvailableGames();

var eventEmitter = new events.EventEmitter();
var nonRequire = new NonRequire();
Expand Down

0 comments on commit ff0ba29

Please sign in to comment.