fixed race condition in dev script

This commit is contained in:
Lea 2023-07-10 22:52:40 +02:00
parent 31705f520a
commit 16de822cb2

View file

@ -25,6 +25,7 @@ function block_for_change {
function build {
echo "Copying pack to $TARGET_PATH"
rm -rf "$TARGET_PATH"
sleep 1
cp -r "./pack" "$TARGET_PATH"
echo "Reload the game with F3+T now"
}