From 32dce24893e99491837d278f43b93bf8218cfc76 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 27 Feb 2023 03:44:39 +0100 Subject: [PATCH] ALL PLAYER EVERYWHERE. 20H12 ONLY FOR ASTROPORT OFFICIAL --- ASTROBOT/PLAYER.refresh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ASTROBOT/PLAYER.refresh.sh b/ASTROBOT/PLAYER.refresh.sh index 4e12f044..64dacf28 100755 --- a/ASTROBOT/PLAYER.refresh.sh +++ b/ASTROBOT/PLAYER.refresh.sh @@ -14,7 +14,7 @@ MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized echo "## RUNNING PLAYER.refresh" PLAYERONE="$1" -[[ $isLAN ]] && PLAYERONE=$(cat ~/.zen/game/players/.current/.player 2>/dev/null) +# [[ $isLAN ]] && PLAYERONE=$(cat ~/.zen/game/players/.current/.player 2>/dev/null) [[ ! $PLAYERONE ]] && PLAYERONE=($(ls -t ~/.zen/game/players/ | grep -Ev "localhost" 2>/dev/null)) echo "FOUND : ${PLAYERONE[@]}"