mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-12-20 07:37:47 +01:00
Merge branch 'master' of https://github.com/AuthMe/AuthMeReloaded
This commit is contained in:
commit
10bc427700
@ -167,7 +167,7 @@ public class AuthMeApi {
|
|||||||
* @param playerName The name of the player to process
|
* @param playerName The name of the player to process
|
||||||
*
|
*
|
||||||
* @return The date of the last login, or null if the player doesn't exist or has never logged in
|
* @return The date of the last login, or null if the player doesn't exist or has never logged in
|
||||||
* @Deprecated Use Java 8's Instant method {@link #getLastLoginTime(String)}
|
* @deprecated Use Java 8's Instant method {@link #getLastLoginTime(String)}
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public Date getLastLogin(String playerName) {
|
public Date getLastLogin(String playerName) {
|
||||||
|
Loading…
Reference in New Issue
Block a user