mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 01:08:32 +01:00
feat: FS add player raw time
This commit is contained in:
parent
fb6a5a1c7a
commit
d28c0275df
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ export default class farmingsimulator extends Core {
|
|||
name: $(this).text(),
|
||||
raw: {
|
||||
isAdmin: $(this).attr('isAdmin') === 'true',
|
||||
time: parseInt($(this).attr('uptime'), 10),
|
||||
uptime: parseInt($(this).attr('uptime'), 10)
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue