fix infantry entering buildings

This commit is contained in:
Bob
2010-11-06 22:27:28 +13:00
parent 5e5456191c
commit 8a96c5f7b5
8 changed files with 6 additions and 12 deletions

View File

@@ -41,7 +41,7 @@ namespace OpenRA.Mods.RA.Activities
self.Destroy();
});
return NextActivity;
return this;
}
}
}