--- a/hedgewars/uAIActions.pas Thu Oct 06 20:58:54 2022 +0300
+++ b/hedgewars/uAIActions.pas Sun Oct 16 13:14:16 2022 +0300
@@ -246,7 +246,7 @@
ParseCommand('skip', true);
aia_Put:
- doPut(X, Y, true);
+ doPut(X, Y, true, false);
aia_waitAngle:
if LongInt(Me^.Angle) <> Abs(Param) then exit;