forked from SteamWar/SteamWar
Starting...
This commit is contained in:
@@ -36,7 +36,7 @@ data class UserStats(val eventFightParticipation: Int, val eventParticipation: I
|
||||
getEventParticipation(user) ?: 0,
|
||||
getAcceptedSchematics(user) ?: 0,
|
||||
getFightCount(user) ?: 0,
|
||||
user.onlinetime / 3600.0
|
||||
user.getOnlinetime() / 3600.0
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user