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