Добавлены все обновления от сообщества, вплоть до #148

This commit is contained in:
2024-09-12 14:28:43 +03:00
parent 98159766c4
commit 487a0e6e16
8841 changed files with 23077 additions and 20175 deletions

View File

@@ -310,7 +310,7 @@ function logistic_request_gui.update_request(refs, state, element)
if element.type == "textfield" then
count = tonumber(element.text)
if count then
count = math.clamp(count, 0, math.max_uint)
count = math.clamp(count, 0, math.max_uint)
else
count = bound == "min" and 0 or math.max_uint
end