mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-26 05:18:06 -08:00
Fix bug with monster check
This commit is contained in:
@@ -392,7 +392,7 @@ function record_health(enemy)
|
||||
|
||||
local monster = monster_table[enemy];
|
||||
|
||||
if not hp_entry then
|
||||
if not monster then
|
||||
monster = {};
|
||||
monster_table[enemy] = monster;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user