mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-27 01:10:18 +02:00
add logging pr ssx suggestion
This commit is contained in:
@ -1,4 +1,10 @@
|
||||
if not minetest.get_modpath("player_api") then return end
|
||||
if not minetest.get_modpath("player_api") then
|
||||
minetest.log(
|
||||
"action",
|
||||
"[homedecor_wardrobe]: minetest game not detected, disabling as this mod is minetest game only at this time"
|
||||
)
|
||||
return
|
||||
end
|
||||
|
||||
local S = minetest.get_translator("homedecor_wardrobe")
|
||||
local modpath = minetest.get_modpath("homedecor_wardrobe")
|
||||
|
Reference in New Issue
Block a user