Update MultiplayerManager.java

更新一下版本号
This commit is contained in:
kitefly
2022-01-25 17:32:35 +08:00
committed by Yuhui Huang
parent c2c3f55925
commit daf81b5d78

View File

@@ -60,7 +60,7 @@ import static org.jackhuang.hmcl.util.Logging.LOG;
* Cato Management.
*/
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_HASH_URL = CATO_DOWNLOAD_URL + "cato-all-files.sha1";
private static final String CATO_PATH = getCatoPath();