fix airplane parachute mode

ipv6
Maikel de Vries 2017-01-02 18:29:23 +01:00
parent c5590d851a
commit 8fa5de35a9
1 changed files with 1 additions and 1 deletions

View File

@ -752,7 +752,7 @@ func Parachute(object balloon, int x, int y, object clonk)
if (!balloon || !clonk) return;
// The balloon has to enter the clonk
if (!clonk->Enter(balloon))
if (!balloon->Enter(clonk))
{
// Maybe the clonk should just drop an object?
return CustomMessage("$NoSpaceInInventory$", this, clonk->GetOwner());