mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
Clean up imports to make Intellij code analysis happy
This commit is contained in:
parent
68ee06ef11
commit
a054557f10
40 changed files with 139 additions and 57 deletions
|
|
@ -1,4 +1,6 @@
|
|||
class AmericasArmy extends require('./gamespy2') {
|
||||
const Gamespy2 = require('./gamespy2');
|
||||
|
||||
class AmericasArmy extends Gamespy2 {
|
||||
finalizeState(state) {
|
||||
super.finalizeState(state);
|
||||
state.name = this.stripColor(state.name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue