projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65c09a9
)
Builtin/game/falling: Re-add comma removed by recent commit
author
paramat
<mat.gregory@virginmedia.com>
Sat, 19 Mar 2016 18:36:48 +0000
(18:36 +0000)
committer
paramat
<mat.gregory@virginmedia.com>
Sat, 19 Mar 2016 18:46:08 +0000
(18:46 +0000)
builtin/game/falling.lua
patch
|
blob
|
history
diff --git
a/builtin/game/falling.lua
b/builtin/game/falling.lua
index f8a4f0d64c50d59b260270bae335dc08944da8d2..6282f6558e21a2938222a8472169658b8e5e9fde 100644
(file)
--- 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 = {},