fix but this shouldnt ever happen without someone breaking their ldb pretty sure
This commit is contained in:
parent
2c78489881
commit
af040852a6
1 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue