mirror of
https://github.com/AsgardEternal/DBLogExtension.git
synced 2024-12-30 16:29:17 -06:00
Update db-log-addOn.js
This commit is contained in:
parent
8de533e02b
commit
7e7d5ca9da
@ -113,7 +113,7 @@ export default class DBLogPlayerTime extends DBLog {
|
||||
this.seeding = ServerState.live;
|
||||
}
|
||||
} else {
|
||||
if (this.server.currentLayerRcon.layer.includes('Seed')) {
|
||||
if (this.server.currentLayerRcon.layer?.includes('Seed')) {
|
||||
this.verbose(1,'starting to seeding');
|
||||
this.seeding = ServerState.seeding;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user