[1.2.0 Stable]

- Added an option for players to confirm when an alias costs. (Per alias adjustable)
- Preselected T2CodeLib version: 14.5
This commit is contained in:
2023-05-10 21:12:16 +02:00
parent f4d8d3496a
commit be73deface
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ public class Util {
}
public static String getRequiredT2CodeLibVersion() {
return "13.4";
return "14.5";
}
public static String getPrefix() {