Added client crc32 checksum

This commit is contained in:
Parnassian
2014-02-26 19:11:02 +01:00
parent 218106d6ab
commit c10d224904
@@ -61,6 +61,10 @@ public class ServerProviderInfo {
return Long.parseLong(properties.getProperty("crc32"));
}
public long getClientCRC32() {
return Long.parseLong(properties.getProperty("clientCrc32"));
}
public int getBankTabs() {
return Integer.parseInt(properties.getProperty("bankTabs"));
}