Expose vector helpers to CSM

This commit is contained in:
Loic Blot 2017-04-06 07:57:49 +02:00
parent 54ffc4e915
commit 6da828c471
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987
1 changed files with 1 additions and 0 deletions

View 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.")