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,13 +1,13 @@
|
|||
class Warsow extends require('./quake3') {
|
||||
finalizeState(state) {
|
||||
super.finalizeState(state);
|
||||
if(state.players) {
|
||||
for(const player of state.players) {
|
||||
player.team = player.address;
|
||||
delete player.address;
|
||||
}
|
||||
}
|
||||
}
|
||||
finalizeState(state) {
|
||||
super.finalizeState(state);
|
||||
if(state.players) {
|
||||
for(const player of state.players) {
|
||||
player.team = player.address;
|
||||
delete player.address;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = Warsow;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue