1
0
Bifurcation 0

Disabling the busy wait, looks like it may not be needed.

Cette révision appartient à :
Nathanial.C.Jones 2011-02-21 00:02:57 +00:00
Parent a390a6af33
révision d29857fc09
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

@ -423,7 +423,7 @@ QH_Event("ADDON_LOADED", function (addonid)
-- This is where the slow stuff goes
-- 4.0.3a Breakage related
local datime = time() + 30 -- We're gonna wait 30 seconds, just in case.
while datime >= time() do --[[sleep (busy wait)]] end
--while datime >= time() do --[[sleep (busy wait)]] end
QuestHelper_BuildZoneLookup()
QH_Graph_Init()
load_graph_links()