mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
Convert tabs to spaces
This commit is contained in:
parent
0dd25bfcda
commit
3674d384d0
39 changed files with 2414 additions and 2414 deletions
|
|
@ -1,9 +1,9 @@
|
|||
class Quake1 extends require('./quake2') {
|
||||
constructor() {
|
||||
super();
|
||||
this.responseHeader = 'n';
|
||||
this.isQuake1 = true;
|
||||
}
|
||||
constructor() {
|
||||
super();
|
||||
this.responseHeader = 'n';
|
||||
this.isQuake1 = true;
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = Quake1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue