ownership over a mine not sets
i run this code (in 3D editor):
_bomb = createMine ["SatchelCharge_F", ASLtoAGL getPosASL player, [], 0]; player addOwnedMine _bomb; player action ["TouchOff", player];
result:
only created mine under player, no big boom
and getAllOwnedMines return empty array
maybe my game is broken?