[GMLive][Sun 12 Jul 2026 03:19:09 PM +07][ERROR] Error in obj_player:Draw_0:
[GMLive][Sun 12 Jul 2026 03:19:09 PM +07][ERROR] obj_player:Draw_0 [line 98, col 35] Enum `QSlot` does not contain field `Mount`
Line 98: if quickslot[selected_item, QSlot.Mount] == spr_knife_mount {
Hello. I have the enum declared on a seperate script, I use quickslot variable as 2d array and game run fine but when I tried to save and update the code while gmlive is running, it throw this error. I need help to ignore this error somehow