fix but this shouldnt ever happen without someone breaking their ldb pretty sure

This commit is contained in:
andrew6180
2026-01-02 12:46:50 -07:00
parent 2c78489881
commit af040852a6
+3 -1
View File
@@ -535,7 +535,9 @@
end end
function Details:BrokerTick() function Details:BrokerTick()
Details.databroker.text = parse_broker_text() if Details.databroker then
Details.databroker.text = parse_broker_text()
end
end end
function Details:SetDataBrokerText (text) function Details:SetDataBrokerText (text)