mirror of
https://github.com/APercy/airutils.git
synced 2025-04-30 16:51:41 -04:00
added option to disable uniforms feature
This commit is contained in:
parent
bcaf587d9d
commit
50634d69bd
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -36,7 +36,7 @@ dofile(minetest.get_modpath("airutils") .. DIR_DELIM .. "inventory_management.lu
|
||||||
dofile(minetest.get_modpath("airutils") .. DIR_DELIM .. "light.lua")
|
dofile(minetest.get_modpath("airutils") .. DIR_DELIM .. "light.lua")
|
||||||
dofile(minetest.get_modpath("airutils") .. DIR_DELIM .. "physics_lib.lua")
|
dofile(minetest.get_modpath("airutils") .. DIR_DELIM .. "physics_lib.lua")
|
||||||
|
|
||||||
if player_api then
|
if player_api and not minetest.settings:get_bool('airutils.disable_uniforms') then
|
||||||
dofile(minetest.get_modpath("airutils") .. DIR_DELIM .. "pilot_skin_manager.lua")
|
dofile(minetest.get_modpath("airutils") .. DIR_DELIM .. "pilot_skin_manager.lua")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue