disable luatrace

This commit is contained in:
sapier 2013-04-14 21:55:33 +02:00
parent e95b760d27
commit 1f7296886c
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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()