fix: reset offset on clear
This commit is contained in:
@@ -338,6 +338,7 @@ registerConsoleCommand("scan", scanCommand)
|
||||
|
||||
function clearCommand()
|
||||
log.buffer = {}
|
||||
logOffset = 0
|
||||
end
|
||||
registerConsoleCommand("clear", clearCommand)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user