refactor(client): remove workaround for reviving died players
Removed a workaround in entrypoint.sh that revived died players periodically using xdotool key presses.
This commit is contained in:
parent
edd234b5eb
commit
269f250802
@ -44,10 +44,3 @@ function finish {
|
|||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
trap finish EXIT TERM INT QUIT
|
trap finish EXIT TERM INT QUIT
|
||||||
|
|
||||||
# Workaround to revive died players
|
|
||||||
while :
|
|
||||||
do
|
|
||||||
sleep 10
|
|
||||||
xdotool key --delay 100 KP_Enter
|
|
||||||
done
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user