Clean up imports to make Intellij code analysis happy

This commit is contained in:
mmorrison 2019-01-06 18:52:03 -06:00
parent 68ee06ef11
commit a054557f10
40 changed files with 139 additions and 57 deletions

View file

@ -1,6 +1,8 @@
const Gamespy3 = require('./gamespy3');
// supposedly, gamespy3 is the "official" query protocol for jcmp,
// but it's broken (requires useOnlySingleSplit), and doesn't include player names
class Jc2mp extends require('./gamespy3') {
class Jc2mp extends Gamespy3 {
constructor() {
super();
this.useOnlySingleSplit = true;