We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4faf35 commit 5892fb6Copy full SHA for 5892fb6
src/main/java/pl/stachu540/hirezstudios/games/HiRezGames.java
@@ -121,9 +121,7 @@ public JSONObject ping() {
121
* @return Function returns UP/DOWN status for the primary game/platform environments. Data is cached once a minute.
122
*/
123
public JSONObject getServerStatus() {
124
- String timestamp = getTimestamp();
125
- String signature = getSignature("gethirezserverstatus", timestamp);
126
- return getData(requestType.GET, "/gethirezserverstatusJson/" + devId + "/" + signature + "/" + timestamp);
+ return catchData("gethirezserverstatus");
127
}
128
129
/**
0 commit comments