Merge branch '819-spectra-ward-broken' into 'master'

Resolve "Spectra Ward broken"

Closes #819

See merge request core-developers/forge!1335
This commit is contained in:
Michael Kamensky
2019-01-31 13:24:19 +00:00

View File

@@ -1127,7 +1127,7 @@ public class GameAction {
if (c.isAttachedToEntity()) {
final GameEntity ge = c.getEntityAttachedTo();
if (!ge.canBeAttached(c)) {
if (!ge.canBeAttached(c, true)) {
c.unattachFromEntity(ge);
checkAgain = true;
}