mirror of
https://github.com/OgelGames/fakelib.git
synced 2025-07-19 17:00:33 +02:00
add vector check
This commit is contained in:
2
init.lua
2
init.lua
@ -30,6 +30,8 @@ for _,file in pairs({"metadata", "inventory", "player"}) do
|
||||
loadfile(path.."/"..file..".lua")(check, secure_table)
|
||||
end
|
||||
|
||||
dofile(path.."/misc.lua")
|
||||
|
||||
if minetest.is_singleplayer() then
|
||||
minetest.register_chatcommand("fakelib_test", {
|
||||
description = "Test fakelib's API.",
|
||||
|
Reference in New Issue
Block a user