Skip to content

Commit 5cf2863

Browse files
committed
#1730 Get ServerTime added to /gse debug tracing
1 parent 9552774 commit 5cf2863

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.luacheckrc

+3-1
Original file line numberDiff line numberDiff line change
@@ -492,5 +492,7 @@ globals = {
492492
"GetBindingByKey",
493493
"ConsolePort",
494494
"Bartender4",
495-
"Settings"
495+
"Settings",
496+
"C_DateAndTime",
497+
"GetServerTime"
496498
}

GSE_Utils/Events.lua

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ function GSE.TraceSequence(button, step, spell)
5858
",",
5959
step,
6060
",",
61+
tostring(GetServerTime()),
62+
",",
6163
(spell and GSE.GetSpellId(spell, Statics.TranslatorMode.Current) or "nil"),
6264
",",
6365
foundOutput,

0 commit comments

Comments
 (0)