Skip to content

Commit

Permalink
Temporary fix for landmine dupe
Browse files Browse the repository at this point in the history
Temporarily fixed the landmine duplication, this fix is in no way within
my standards and will be looked into properly later.
  • Loading branch information
fuj1n committed Sep 9, 2013
1 parent 09685b2 commit d66182c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tconstruct/blocks/logic/LandmineExplodeLogic.java
Expand Up @@ -63,7 +63,8 @@ public void explode ()

if (b.doesBehaviorPreventRemovalOfBlock(currentStack))
{
preventExplode = true;
//TODO Temporarily disabled while fixing a major dupe bug
// preventExplode = true;
}

if (!b.isBehaviorExchangableWithOffensive(currentStack))
Expand Down

0 comments on commit d66182c

Please sign in to comment.