diff options
| author | Jeija <norrepli@gmail.com> | 2013-01-27 10:33:25 +0100 |
|---|---|---|
| committer | PilzAdam <PilzAdam@gmx.de> | 2013-02-19 20:02:40 +0100 |
| commit | 365c169b43f61b7f957bdd302b3cf9a837cabec1 (patch) | |
| tree | 05117c9c24e525868c03d81e0d44a513b47d1548 /src/itemdef.cpp | |
| parent | 214a8b4597728213065f1bf880f4357b723b5bea (diff) | |
| download | minetest-365c169b43f61b7f957bdd302b3cf9a837cabec1.tar.xz | |
Disable placement prediction for nodes that use on_rightclick
Diffstat (limited to 'src/itemdef.cpp')
| -rw-r--r-- | src/itemdef.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/itemdef.cpp b/src/itemdef.cpp index 260baadc0..a4f3895e0 100644 --- a/src/itemdef.cpp +++ b/src/itemdef.cpp @@ -100,6 +100,7 @@ void ItemDefinition::reset() wield_scale = v3f(1.0, 1.0, 1.0); stack_max = 99; usable = false; + rightclickable = false; liquids_pointable = false; if(tool_capabilities) { |
