From b655bebdd467380286434311c62c2f0f58782969 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 24 Mar 2023 00:05:02 +0100 Subject: [PATCH] debug --- ASTROBOT/VOEUX.refresh.sh | 9 +-------- tools/Connect_PLAYER_To_Gchange.sh | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/ASTROBOT/VOEUX.refresh.sh b/ASTROBOT/VOEUX.refresh.sh index 8a98e3ec..4bfa61f3 100755 --- a/ASTROBOT/VOEUX.refresh.sh +++ b/ASTROBOT/VOEUX.refresh.sh @@ -170,14 +170,7 @@ do dragElement: \$('#locations'), locations: locations }); - - \$(document).ready(function() { - selectExample('locations'); - - \$('#example').change(function() { - selectExample(\$(this).val()); - }); - }); + }; " >> ~/.zen/tmp/world.js cat ~/.zen/tmp/world.js diff --git a/tools/Connect_PLAYER_To_Gchange.sh b/tools/Connect_PLAYER_To_Gchange.sh index 2e4edf9b..413c0e67 100755 --- a/tools/Connect_PLAYER_To_Gchange.sh +++ b/tools/Connect_PLAYER_To_Gchange.sh @@ -196,7 +196,7 @@ do try=$(cat ~/.zen/game/players/${PLAYER}/FRIENDS/${liking_me}.try 2>/dev/null) || try=0 [[ $try > 2 && ( $try < 30 || $try > 31 ) ]] \ && echo "${liking_me} TOO MANY TRY ( $try )" \ - && ((try++)) && echo $try > ~/.zen/game/players/${PLAYER}/FRIENDS/${liking_me}.try + && ((try++)) && echo $try > ~/.zen/game/players/${PLAYER}/FRIENDS/${liking_me}.try \ && continue #### TODO RECUP ANNONCES Gchange ADD TO TW