mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-06 16:50:39 +00:00
Added client crc32 checksum
This commit is contained in:
@@ -61,6 +61,10 @@ public class ServerProviderInfo {
|
|||||||
return Long.parseLong(properties.getProperty("crc32"));
|
return Long.parseLong(properties.getProperty("crc32"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public long getClientCRC32() {
|
||||||
|
return Long.parseLong(properties.getProperty("clientCrc32"));
|
||||||
|
}
|
||||||
|
|
||||||
public int getBankTabs() {
|
public int getBankTabs() {
|
||||||
return Integer.parseInt(properties.getProperty("bankTabs"));
|
return Integer.parseInt(properties.getProperty("bankTabs"));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user