From: Loic Blot Date: Thu, 6 Apr 2017 05:57:49 +0000 (+0200) Subject: Expose vector helpers to CSM X-Git-Tag: 0.4.16~320 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6da828c471768f2a9efadce7dd51c6cdc5cde6cc;p=oweals%2Fminetest.git Expose vector helpers to CSM --- diff --git a/builtin/client/init.lua b/builtin/client/init.lua index 592274540..3ac34d845 100644 --- 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.")