diff options
Diffstat (limited to 'src/luaentity_common.cpp')
-rw-r--r-- | src/luaentity_common.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luaentity_common.cpp b/src/luaentity_common.cpp index 138e72dcb..503083d0b 100644 --- a/src/luaentity_common.cpp +++ b/src/luaentity_common.cpp @@ -24,7 +24,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #define PP(x) "("<<(x).X<<","<<(x).Y<<","<<(x).Z<<")" LuaEntityProperties::LuaEntityProperties(): - physical(true), + physical(false), weight(5), collisionbox(-0.5,-0.5,-0.5, 0.5,0.5,0.5), visual("single_sprite") |