diff options
author | paramat <mat.gregory@virginmedia.com> | 2016-03-19 18:36:48 +0000 |
---|---|---|
committer | paramat <mat.gregory@virginmedia.com> | 2016-03-19 18:46:08 +0000 |
commit | 2ce02c99b4dee5c2c6c6260d1a7ff522c89db878 (patch) | |
tree | 65b12c92abc4deba172893f681b8e380dd0983c5 /builtin/game | |
parent | 65c09a96f41705bb8e75fc5ff4276342be91ed11 (diff) | |
download | minetest-2ce02c99b4dee5c2c6c6260d1a7ff522c89db878.tar.gz minetest-2ce02c99b4dee5c2c6c6260d1a7ff522c89db878.tar.bz2 minetest-2ce02c99b4dee5c2c6c6260d1a7ff522c89db878.zip |
Builtin/game/falling: Re-add comma removed by recent commit
Diffstat (limited to 'builtin/game')
-rw-r--r-- | builtin/game/falling.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/game/falling.lua b/builtin/game/falling.lua index f8a4f0d64..6282f6558 100644 --- a/builtin/game/falling.lua +++ b/builtin/game/falling.lua @@ -13,7 +13,7 @@ core.register_entity(":__builtin:falling_node", { is_visible = false, collide_with_objects = false, collisionbox = {-0.5, -0.5, -0.5, 0.5, 0.5, 0.5}, - } + }, node = {}, |