disable luatrace
This commit is contained in:
parent
e95b760d27
commit
1f7296886c
@ -148,6 +148,9 @@ call /mobf_settings in game
|
||||
|
||||
Changelog:
|
||||
-------------------------------------------------------------------------------
|
||||
Changes 2.0.82
|
||||
-disable luatrace
|
||||
|
||||
Changes 2.0.81
|
||||
-fix ostrich meat and egg
|
||||
-use get_surface core function if available
|
||||
|
@ -29,7 +29,7 @@ mobf_rtd = {
|
||||
--!is mob running with fire support
|
||||
fire_enabled = false,
|
||||
--!do we have luatrace
|
||||
luatrace_enabled = true,
|
||||
luatrace_enabled = false,
|
||||
--!do we have inventory plus support
|
||||
inventory_plus_enabled = false,
|
||||
--!registry for movement patterns
|
||||
@ -96,7 +96,7 @@ dofile (mobf_modpath .. "/mgen_jordan4ibanez/mgen_jordan4ibanez.lua")
|
||||
dofile (mobf_modpath .. "/mgen_pathbased/main.lua")
|
||||
dofile (mobf_modpath .. "/mov_gen_none.lua")
|
||||
|
||||
mobf_version = "2.0.81"
|
||||
mobf_version = "2.0.82"
|
||||
|
||||
--! @brief define tools used for more than one mob
|
||||
function mobf_init_basic_tools()
|
||||
|
Loading…
x
Reference in New Issue
Block a user