Revert null handle, not an issue

This commit is contained in:
CoolCat467 2024-08-07 22:27:08 -05:00
parent 003ea75468
commit 4ad9e4a492

View File

@ -825,7 +825,7 @@ local function overview()
textLayout:setAlignment(1, 1, GUI.ALIGNMENT_HORIZONTAL_LEFT, GUI.ALIGNMENT_VERTICAL_TOP) textLayout:setAlignment(1, 1, GUI.ALIGNMENT_HORIZONTAL_LEFT, GUI.ALIGNMENT_VERTICAL_TOP)
local function add(key, value) local function add(key, value)
textLayout:addChild(GUI.keyAndValue(1, 1, 0x4B4B4B, 0xA5A5A5, key, ": " .. (value or ""))) textLayout:addChild(GUI.keyAndValue(1, 1, 0x4B4B4B, 0xA5A5A5, key, ": " .. value))
end end
add(localization.statisticsUsersCount, statistics.users_count) add(localization.statisticsUsersCount, statistics.users_count)