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:
54ffc4e
)
Expose vector helpers to CSM
author
Loic Blot
<loic.blot@unix-experience.fr>
Thu, 6 Apr 2017 05:57:49 +0000
(07:57 +0200)
committer
Loic Blot
<loic.blot@unix-experience.fr>
Thu, 6 Apr 2017 05:57:49 +0000
(07:57 +0200)
builtin/client/init.lua
patch
|
blob
|
history
diff --git
a/builtin/client/init.lua
b/builtin/client/init.lua
index 592274540cb80945cf21363d67f0dbb779de63d3..3ac34d845e98a61a791fc110092d27ed888f84e6 100644
(file)
--- a/
builtin/client/init.lua
+++ b/
builtin/client/init.lua
@@
-7,6
+7,7
@@
dofile(clientpath .. "register.lua")
dofile(commonpath .. "after.lua")
dofile(commonpath .. "chatcommands.lua")
dofile(clientpath .. "chatcommands.lua")
+dofile(commonpath .. "vector.lua")
core.register_on_death(function()
core.display_chat_message("You died.")