From a3032e853228cd0aa7e580deba55dbc440447ec0 Mon Sep 17 00:00:00 2001 From: Mahtra Date: Tue, 10 Oct 2023 15:43:42 +1300 Subject: [PATCH] [scripts][drinfomon]Commenting out pause with notice --- drinfomon.lic | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drinfomon.lic b/drinfomon.lic index 649042e0aa..0d6f560d68 100644 --- a/drinfomon.lic +++ b/drinfomon.lic @@ -2,7 +2,7 @@ Documentation: https://elanthipedia.play.net/Lich_script_development#drinfomon =end -$DRINFOMON_VERSION = '2.0.33' +$DRINFOMON_VERSION = '2.0.34' no_kill_all no_pause_all @@ -1367,7 +1367,10 @@ check_exp_all.call # Wait for exp/info to have been parsed before we continue # otherwise scripts that rely on this data will error. -pause 0.05 while DRSkill.list.empty? +# 10 October 2023 - Commenting this line out, as it causes on a hang fresh out of the character creator +# and seemingly adds no real value otherwise. Will delete this line in a month, along with these comment +# lines. +# pause 0.05 while DRSkill.list.empty? # Note, while dead we cannot check your info, so we skip in that scenario. # If you're alive, we wait til a reasonable sample of info has been populated. # Race and Guild represent the start of info lines, Favors and TDPs represent the end.