|
|
@ -114,7 +114,7 @@ public class ProfileService { |
|
|
|
} |
|
|
|
|
|
|
|
public PlayerProfile GetProfile(String steam64) { |
|
|
|
return GetProfile(steam64, List.of("steam_data,lastplay,usertime,permition,ban".split(","))); |
|
|
|
return GetProfile(steam64, List.of("steam_data,lastplay,usertime,permition,ban,attached_discord".split(","))); |
|
|
|
} |
|
|
|
|
|
|
|
public PlayerProfile GetProfile(String steam64, String requests) { |
|
|
|