Merge branch 'main' into item-models

This commit is contained in:
MihailRis
2024-10-26 22:58:41 +03:00
4 changed files with 49 additions and 29 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ function on_history_up()
end
function on_history_down()
if history_pointer == #history-1 then
if history_pointer >= #history-1 then
return
end
history_pointer = history_pointer + 1