From 634d8a5b520233ee59e00954f7e1df9e8c2c2bcb Mon Sep 17 00:00:00 2001 From: s809 <11816467-s809@users.noreply.gitlab.com> Date: Tue, 2 Apr 2024 22:27:44 +0500 Subject: [PATCH] Remove localhost from check --- coreSubProjects | 2 +- gradle.properties | 2 +- verifyall.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/coreSubProjects b/coreSubProjects index 1cd2f75dd..8485d1585 160000 --- a/coreSubProjects +++ b/coreSubProjects @@ -1 +1 @@ -Subproject commit 1cd2f75dd24cb242483d3dcdc050d26bf8e1e22a +Subproject commit 8485d1585a57158e04f178697e8ae9bd0d5b1cb7 diff --git a/gradle.properties b/gradle.properties index 206d141e5..1ad0df418 100644 --- a/gradle.properties +++ b/gradle.properties @@ -43,7 +43,7 @@ versionStr= # This defines what MC version Intellij will use for the preprocessor # and what version is used automatically by build and run commands -mcVer=1.17.1 +mcVer=1.20.4 # Defines the maximum amount of memory Minecraft is allowed when run in a developement environment #minecraftMemoryJavaArg="-Xmx4G" diff --git a/verifyall.sh b/verifyall.sh index 70ce86624..a4892814b 100755 --- a/verifyall.sh +++ b/verifyall.sh @@ -5,7 +5,7 @@ if [ -n "$1" ]; then prefix="$1:" fi -z + clear trap "echo; exit" INT