Skip to content
This repository was archived by the owner on Nov 24, 2018. It is now read-only.

Commit 25d177f

Browse files
committed
Last version Update fixes
Updated the last bits. The actions, that are implemented should now work again.
1 parent a996ef7 commit 25d177f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/me/checkium/vhackapi/Stats.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
public enum Stats {
44

5-
money, ip, inet, hdd, cpu, ram, fw, av, sdk, ipsp, spam, scan, adw, netcoins, bonus, elo, hash, id
5+
money, ip, inet, hdd, cpu, ram, fw, av, sdk, ipsp, spam, scan, adw, netcoins, bonus, elo, hash, id, uhash
66

77
}

src/me/checkium/vhackapi/vHackAPI.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ public Chat getChat() {
7070
Chat chat = new Chat();
7171
return chat;
7272
}
73-
public vHackAPI(String user, String pass, String uhash) {
73+
public vHackAPI(String user, String pass) {
7474
username = user;
7575
password = pass;
76-
userHash = uhash;
76+
userHash = getStats(Stats.uhash);
7777
//return this;
7878
}
7979

0 commit comments

Comments
 (0)