X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=empires.js;fp=empires.js;h=3072a121e68c98d0ac060218437c4e53860ae0a5;hb=7b21a4eb7ed2d6d479842b01c35ba6931c3acdc7;hp=78e7f2591d6b18cd14927b466d0f7b55399a1d94;hpb=40abb70f85a1f833c6dfcc8541db3bf876096616;p=lmno-server diff --git a/empires.js b/empires.js index 78e7f25..3072a12 100644 --- a/empires.js +++ b/empires.js @@ -1,8 +1,6 @@ const express = require("express"); const Game = require("./game.js"); -const engine_name = "empires"; - const router = express.Router(); const GameState = { @@ -35,7 +33,7 @@ function shuffle(a) { class Empires extends Game { constructor() { - super(engine_name); + super(); this._spectators = []; this.next_spectator_id = 1; this._players = [];