feat: FS add player raw time

This commit is contained in:
CosminPerRam 2024-02-24 20:02:11 +02:00
parent fb6a5a1c7a
commit d28c0275df
1 changed files with 1 additions and 0 deletions

View File

@ -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)
}
})