|
@ -99,6 +99,10 @@ public class ProfileService { |
|
|
return GetProfile(steam64, List.of("steam_data,lastplay,usertime,permition,ban".split(","))); |
|
|
return GetProfile(steam64, List.of("steam_data,lastplay,usertime,permition,ban".split(","))); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public PlayerProfile GetProfile(String steam64, String requests) { |
|
|
|
|
|
return GetProfile(steam64, List.of(requests.split(","))); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
public PlayerProfile GetProfileOnPlayerOnServers(String name, List<String> requests) { |
|
|
public PlayerProfile GetProfileOnPlayerOnServers(String name, List<String> requests) { |
|
|
SteamID steamID = statsService.searchPlayer(name); |
|
|
SteamID steamID = statsService.searchPlayer(name); |
|
|
if (steamID == null) return null; |
|
|
if (steamID == null) return null; |
|
|