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