Добавлены все обновления от сообщества, вплоть до #148
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user