Expose vector helpers to CSM
authorLoic Blot <loic.blot@unix-experience.fr>
Thu, 6 Apr 2017 05:57:49 +0000 (07:57 +0200)
committerLoic Blot <loic.blot@unix-experience.fr>
Thu, 6 Apr 2017 05:57:49 +0000 (07:57 +0200)
builtin/client/init.lua

index 592274540cb80945cf21363d67f0dbb779de63d3..3ac34d845e98a61a791fc110092d27ed888f84e6 100644 (file)
@@ -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.")