Update MultiplayerManager.java
更新一下版本号
This commit is contained in:
@@ -60,7 +60,7 @@ import static org.jackhuang.hmcl.util.Logging.LOG;
|
|||||||
* Cato Management.
|
* Cato Management.
|
||||||
*/
|
*/
|
||||||
public final class MultiplayerManager {
|
public final class MultiplayerManager {
|
||||||
static final String CATO_VERSION = "1.2.1-1642413526";
|
static final String CATO_VERSION = "1.2.2";
|
||||||
private static final String CATO_DOWNLOAD_URL = "https://gitcode.net/to/cato/-/raw/master/client/";
|
private static final String CATO_DOWNLOAD_URL = "https://gitcode.net/to/cato/-/raw/master/client/";
|
||||||
private static final String CATO_HASH_URL = CATO_DOWNLOAD_URL + "cato-all-files.sha1";
|
private static final String CATO_HASH_URL = CATO_DOWNLOAD_URL + "cato-all-files.sha1";
|
||||||
private static final String CATO_PATH = getCatoPath();
|
private static final String CATO_PATH = getCatoPath();
|
||||||
|
|||||||
Reference in New Issue
Block a user