Remove script delays
This commit is contained in:
@@ -54,7 +54,6 @@ fi
|
||||
# download minecraft data
|
||||
|
||||
echo "Grabbing minecraft data..."
|
||||
sleep 2
|
||||
|
||||
VERSION="1.16.4"
|
||||
|
||||
@@ -75,7 +74,6 @@ git stash pop || true
|
||||
# create virtual environment
|
||||
|
||||
echo "Installing Python requirements..."
|
||||
sleep 2
|
||||
|
||||
rm -r env || true
|
||||
rm -r __pycache__ || true
|
||||
|
||||
Reference in New Issue
Block a user