Skip to content

Commit 5892fb6

Browse files
author
Damian Staszewski
committed
changes missing session id
1 parent c4faf35 commit 5892fb6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/java/pl/stachu540/hirezstudios/games/HiRezGames.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,7 @@ public JSONObject ping() {
121121
* @return Function returns UP/DOWN status for the primary game/platform environments. Data is cached once a minute.
122122
*/
123123
public JSONObject getServerStatus() {
124-
String timestamp = getTimestamp();
125-
String signature = getSignature("gethirezserverstatus", timestamp);
126-
return getData(requestType.GET, "/gethirezserverstatusJson/" + devId + "/" + signature + "/" + timestamp);
124+
return catchData("gethirezserverstatus");
127125
}
128126

129127
/**

0 commit comments

Comments
 (0)