Expose vector helpers to CSM
parent
54ffc4e915
commit
6da828c471
|
@ -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.")
|
||||
|
|
Loading…
Reference in New Issue