Remove localhost from check

This commit is contained in:
s809
2024-04-02 22:27:44 +05:00
parent b621c9fb8d
commit 634d8a5b52
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -5,7 +5,7 @@
if [ -n "$1" ]; then
prefix="$1:"
fi
z
clear
trap "echo; exit" INT