Skip to content

Commit

Permalink
Expose vector helpers to CSM
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzhul committed Apr 6, 2017
1 parent 54ffc4e commit 6da828c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builtin/client/init.lua
Expand Up @@ -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.")
Expand Down

0 comments on commit 6da828c

Please sign in to comment.