mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2025-02-02 23:01:34 +01:00
Removed debug message
This commit is contained in:
parent
21b30d489a
commit
e5152bdbe6
@ -21,7 +21,6 @@ public class UpdateInformations {
|
||||
|
||||
public static synchronized UpdateInformations getInformations() {
|
||||
String json = callURL("https://zendilu.net/butzlabben/worldsystem/info.php?version=" + WorldSystem.getInstance().getDescription().getVersion());
|
||||
System.out.println("JSON: " + json);
|
||||
Gson gson = new GsonBuilder().create();
|
||||
UpdateInformations ui = gson.fromJson(json, UpdateInformations.class);
|
||||
return ui;
|
||||
|
Loading…
Reference in New Issue
Block a user