1 Commits
Author SHA1 Message Date
BelimandGitHub 252f1d1119 Update to 1.30.243 2025-12-25 13:59:35 +01:00
+1 -1
View File
@@ -158,7 +158,7 @@
<!-- Update Logic Script -->
<script>
const latestVersion = "1.18.200";
const latestVersion = "1.30.243";
function compareVersions(v1, v2) {
const a = v1.split(".").map(Number);