Merge pull request #16 from IrPgFKS0/co-work
This commit is contained in:
2 files changed
+2
-2
No files matched your search
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dayzr-bot",
|
||||
"version": "9.8.1",
|
||||
"version": "9.8.2",
|
||||
"description": "A General Purpose Discord Bot for DayZ Nitrado Servers.",
|
||||
"main": "index.js",
|
||||
"nodemonConfig": {
|
||||
|
||||
@@ -185,7 +185,7 @@ class DayzRBot extends Client {
|
||||
|
||||
// This player was not connected before, i.e missing connection log?
|
||||
playerStat.connected = true;
|
||||
playerStat.lastConnectionDate = this.getDateEST(info.time); // Assume connected now
|
||||
playerStat.lastConnectionDate = await this.getDateEST(info.time); // Assume connected now
|
||||
detectedAsConnected.push()
|
||||
}
|
||||
|
||||
|
||||
Reference in new issue
Block a user