mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-07 16:49:10 +00:00
format fix
This commit is contained in:
@@ -37,7 +37,7 @@ public class ServerProviderInfo {
|
|||||||
Map.Entry<?, ?> pairs = (Map.Entry<?, ?>) o;
|
Map.Entry<?, ?> pairs = (Map.Entry<?, ?>) o;
|
||||||
properties.put(String.valueOf(pairs.getKey()), String.valueOf(pairs.getValue()));
|
properties.put(String.valueOf(pairs.getKey()), String.valueOf(pairs.getValue()));
|
||||||
}
|
}
|
||||||
}else{
|
} else {
|
||||||
UILog.log(
|
UILog.log(
|
||||||
"Error",
|
"Error",
|
||||||
"Failed to load server provider, error: [No information about the provider found.]",
|
"Failed to load server provider, error: [No information about the provider found.]",
|
||||||
@@ -80,7 +80,7 @@ public class ServerProviderInfo {
|
|||||||
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 System.currentTimeMillis() / 1000 / 60 / 60/ 24;
|
return System.currentTimeMillis() / 1000 / 60 / 60 / 24;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user