mirror of
https://github.com/minetest/minetest.git
synced 2025-02-17 02:22:26 +01:00
Expose vector helpers to CSM
This commit is contained in:
@ -7,6 +7,7 @@ dofile(clientpath .. "register.lua")
|
|||||||
dofile(commonpath .. "after.lua")
|
dofile(commonpath .. "after.lua")
|
||||||
dofile(commonpath .. "chatcommands.lua")
|
dofile(commonpath .. "chatcommands.lua")
|
||||||
dofile(clientpath .. "chatcommands.lua")
|
dofile(clientpath .. "chatcommands.lua")
|
||||||
|
dofile(commonpath .. "vector.lua")
|
||||||
|
|
||||||
core.register_on_death(function()
|
core.register_on_death(function()
|
||||||
core.display_chat_message("You died.")
|
core.display_chat_message("You died.")
|
||||||
|
Reference in New Issue
Block a user