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
No known key found for this signature in database

View file

@ -535,7 +535,9 @@
end
function Details:BrokerTick()
Details.databroker.text = parse_broker_text()
if Details.databroker then
Details.databroker.text = parse_broker_text()
end
end
function Details:SetDataBrokerText (text)