mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
chore: run eslint --fix
This commit is contained in:
parent
2c8fef316b
commit
a5187f70f9
10 changed files with 61 additions and 62 deletions
|
|
@ -80,10 +80,10 @@ export default class dayz extends valve {
|
|||
state.raw.dlcEnabled = true
|
||||
}
|
||||
if (tag.includes('privHive')) {
|
||||
state.raw.privateHive = true;
|
||||
state.raw.privateHive = true
|
||||
}
|
||||
if (tag.includes('external')) {
|
||||
state.raw.external = true;
|
||||
state.raw.external = true
|
||||
}
|
||||
if (tag.includes(':')) {
|
||||
state.raw.time = tag
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue