Merge pull request #2244 from martindev2/#2092-TNT-Fire
Fix block placement over fire
This commit is contained in:
commit
f8c7efdcd7
@ -217,6 +217,11 @@ public:
|
|||||||
|
|
||||||
return (FoundFrameZP && FoundFrameZM);
|
return (FoundFrameZP && FoundFrameZM);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
virtual bool DoesIgnoreBuildCollision(cPlayer * a_Player, NIBBLETYPE a_Meta) override
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user