Dadido3 / D3bot

A very primitive AI for GMod bots designed to work with Jetboom's Zombie Survival gamemode.
40 stars 28 forks source link

BotUpdateDelay #106

Closed ComradeBlue1337 closed 1 year ago

ComradeBlue1337 commented 1 year ago

"[d3bot] addons/d3bot/lua/d3bot/sv_zs_bot_handler/supervisor.lua:142: attempt to perform arithmetic on field 'BotUpdateDelay' (a nil value)

  1. SupervisorThinkFunction - addons/d3bot/lua/d3bot/sv_zs_bot_handler/supervisor.lua:142
    1. fn - addons/d3bot/lua/d3bot/sv_zs_bot_handler/handle.lua:66
    2. unknown - lua/ulib/shared/hook.lua:109 (x428)"

Just booted up the game with the latest version of D3bot and this happens nonstop. Not sure if a typo was made there

Dadido3 commented 1 year ago

Yeah, there were missing default values for new config options that were added recently. It's fixed now