mirror of
https://github.com/ciribob/DCS-CTLD.git
synced 2026-08-19 05:35:54 +00:00
bug: corrected listNearbyCrates() method not returning anything
This commit is contained in:
@@ -3968,7 +3968,7 @@ function ctld.listNearbyCrates(_args)
|
|||||||
local _txt = ctld.i18n_translate("No Nearby Crates")
|
local _txt = ctld.i18n_translate("No Nearby Crates")
|
||||||
if _message ~= "" or _fobMsg ~= "" then
|
if _message ~= "" or _fobMsg ~= "" then
|
||||||
|
|
||||||
local _txt = ""
|
_txt = ""
|
||||||
|
|
||||||
if _message ~= "" then
|
if _message ~= "" then
|
||||||
_txt = ctld.i18n_translate("Nearby Crates:\n%1", _message)
|
_txt = ctld.i18n_translate("Nearby Crates:\n%1", _message)
|
||||||
|
|||||||
Reference in New Issue
Block a user