Builtin/game/falling: Re-add comma removed by recent commit

This commit is contained in:
paramat 2016-03-19 18:36:48 +00:00 committed by Nils Dagsson Moskopp
parent 8760d15445
commit b12c539595
Signed by: erle
GPG Key ID: A3BC671C35191080
1 changed files with 1 additions and 1 deletions

View 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 = {},