Remove disabled and not needed parts, small license fix

This commit is contained in:
AliasAlreadyTaken 2024-03-20 07:04:05 +01:00
parent 5b49244fce
commit c5d9098180
2 changed files with 1 additions and 8 deletions

View File

@ -1,5 +1,5 @@
Copyright (c) 2020 rxi Copyright (c) 2020 rxi
Conversion to MT mod 2024 AliasAlreadyTaken Conversion to MT mod 2024 AliasAlreadyTaken
Permission is hereby granted, free of charge, to any person obtaining a copy of Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in this software and associated documentation files (the "Software"), to deal in

View File

@ -24,13 +24,6 @@ json_lua.information.additional = "JSON reading and writing in lua"
dofile(json_lua.modpath .. "config.lua") dofile(json_lua.modpath .. "config.lua")
dofile(json_lua.modpath .. "setup.lua") dofile(json_lua.modpath .. "setup.lua")
dofile(json_lua.modpath .. "features.lua") dofile(json_lua.modpath .. "features.lua")
--dofile(json_lua.modpath .. "privs.lua")
--dofile(json_lua.modpath .. "internal.lua")
--dofile(json_lua.modpath .. "api.lua")
--dofile(json_lua.modpath .. "distinct_feature.lua")
--dofile(json_lua.modpath .. "overwrite_feature.lua")
--dofile(json_lua.modpath .. "globalsteps.lua")
--dofile(json_lua.modpath .. "chatcommands.lua")
local mod_end_time = (core.get_us_time() - mod_start_time) / 1000000 local mod_end_time = (core.get_us_time() - mod_start_time) / 1000000
core.log("action", "[MOD] json_lua loaded in [" .. mod_end_time .. "s]") core.log("action", "[MOD] json_lua loaded in [" .. mod_end_time .. "s]")