Builtin/game/falling: Re-add comma removed by recent commit
authorparamat <mat.gregory@virginmedia.com>
Sat, 19 Mar 2016 18:36:48 +0000 (18:36 +0000)
committerparamat <mat.gregory@virginmedia.com>
Sat, 19 Mar 2016 18:46:08 +0000 (18:46 +0000)
builtin/game/falling.lua

index f8a4f0d64c50d59b260270bae335dc08944da8d2..6282f6558e21a2938222a8472169658b8e5e9fde 100644 (file)
@@ -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 = {},