mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
Replace use of deprecated internal debugLog with logger.debug
This commit is contained in:
parent
ca69e76ed3
commit
bff9507189
12 changed files with 64 additions and 69 deletions
|
|
@ -7,7 +7,7 @@ export default class ffow extends valve {
|
|||
this.legacyChallenge = true;
|
||||
}
|
||||
async queryInfo(state) {
|
||||
this.debugLog("Requesting ffow info ...");
|
||||
this.logger.debug("Requesting ffow info ...");
|
||||
const b = await this.sendPacket(
|
||||
0x46,
|
||||
'LSQ',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue