mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +00:00
Added client crc32 checksum
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user