Add missing blank

This commit is contained in:
2020-12-07 22:10:28 +01:00
parent fd5fc21b12
commit 4e4f10eff1

View File

@ -32,7 +32,7 @@ fi
"$BIN/create-orders" "$GAME" "$TURN"
if [ ! -s "$ERESSEA/game-$GAME/orders.$TURN" ]; then
if [ "$ENABLE_EMPTY_ORDERS" != "yes"]; then
if [ "$ENABLE_EMPTY_ORDERS" != "yes" ]; then
echo "server did not create orders for turn $TURN in game $GAME"
exit 2
fi