mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-07 16:49:10 +00:00
[CLEANUP] Deprecated Core#versionValid
This commit is contained in:
@@ -176,6 +176,7 @@ public class Core {
|
|||||||
* @Deprecated use #validVersion instead
|
* @Deprecated use #validVersion instead
|
||||||
*
|
*
|
||||||
* Checks the version of the bot using a variable comparison from the bot code and the Parabot website
|
* Checks the version of the bot using a variable comparison from the bot code and the Parabot website
|
||||||
|
*
|
||||||
* @return <b>true</b> if no new version is found, otherwise <b>false</b>.
|
* @return <b>true</b> if no new version is found, otherwise <b>false</b>.
|
||||||
*/
|
*/
|
||||||
private static boolean versionValid(){
|
private static boolean versionValid(){
|
||||||
|
|||||||
Reference in New Issue
Block a user