add vector check

This commit is contained in:
OgelGames
2024-05-19 15:23:58 +10:00
parent 799c4b706d
commit 191aa0510d
3 changed files with 14 additions and 2 deletions

View File

@ -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.",