View Single Post
07/19/22, 01:54 AM   #1
Masteroshi430
 
Masteroshi430's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2020
Posts: 185
[notabug] Is EVENT_MANAGER:RegisterForUpdate still working?

Hi all,
Since yesterday's (18/07) patch I have function calls through EVENT_MANAGER:RegisterForUpdate not working anymore, replacing them by direct function calls or zo_callLater works.

Lua Code:
  1. local function DelayedPOIPins() -- WORKAROUND 18/07/2022
  2.        zo_callLater(FyrMM.POIPins, 300)
  3.     --EVENT_MANAGER:RegisterForUpdate("FyrMiniMapPOIPinsD", 300,  FyrMM.POIPins)
  4. end

Can any other dev confirm/disconfirm ?
  Reply With Quote