mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-03-07 17:28:03 +08:00
Removed SessionsTable#getPlaytime(UUID uuid, UUID serverUUID) - not used
This commit is contained in:
parent
969b305526
commit
b9cf17eaad
@ -180,17 +180,6 @@ public class SessionsTable extends Table {
|
||||
return sessions;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get Total Playtime of a Player on a server.
|
||||
*
|
||||
* @param uuid UUID of the player.
|
||||
* @param serverUUID UUID of the server. @see ServerTable
|
||||
* @return Milliseconds played on the server. 0 if player or server not found.
|
||||
*/
|
||||
public long getPlaytime(UUID uuid, UUID serverUUID) {
|
||||
return getPlaytime(uuid, serverUUID, 0L);
|
||||
}
|
||||
|
||||
/**
|
||||
* Used to get Playtime after a date of a Server.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user