mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +00:00
format fix
This commit is contained in:
@@ -80,7 +80,7 @@ public class ServerProviderInfo {
|
||||
public long getCRC32() {
|
||||
if (properties.get("crc32") != null) {
|
||||
return Long.parseLong(properties.get("crc32"));
|
||||
}else{
|
||||
} else {
|
||||
return (long) new Random().nextInt(2000) + 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user