From 2ce02c99b4dee5c2c6c6260d1a7ff522c89db878 Mon Sep 17 00:00:00 2001
From: paramat <mat.gregory@virginmedia.com>
Date: Sat, 19 Mar 2016 18:36:48 +0000
Subject: [PATCH] Builtin/game/falling: Re-add comma removed by recent commit

---
 builtin/game/falling.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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