Skip to content

Commit

Permalink
- Added support for Minecraft 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Aug 8, 2024
1 parent 74fa809 commit 17489ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mcserver_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function version_lt() { test "$(echo "$@" | tr " " "\n" | sort -rV | head -n 1)"
function version_ge() { test "$(echo "$@" | tr " " "\n" | sort -rV | head -n 1)" == "$ver"; }

minVer=1.7
maxVer=1.21
maxVer=1.21.1

if version_lt $ver $minVer; then
not_supported
Expand Down Expand Up @@ -3641,7 +3641,7 @@ distro_check () {
}

## Script Version
scriptversion="13.1"
scriptversion="13.2"
##

## Latest Version
Expand Down

0 comments on commit 17489ba

Please sign in to comment.