forked from SteamWar/SteamWar
Format code
This commit is contained in:
@@ -145,7 +145,7 @@ public class LeaderboardManager implements Listener {
|
||||
|
||||
public long getPlayerTime(SteamwarUser user) {
|
||||
Leaderboard lb = Leaderboard.getPlayerTime(user, configKey);
|
||||
if(lb != null) return lb.getTime();
|
||||
if (lb != null) return lb.getTime();
|
||||
return Long.MAX_VALUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user