mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00
removing debug message
This commit is contained in:
parent
03d6081e32
commit
68d0f6e015
@ -53,7 +53,6 @@ local MaxHistory = 1000
|
|||||||
|
|
||||||
-- private functions
|
-- private functions
|
||||||
local function navigateMessageHistory(step)
|
local function navigateMessageHistory(step)
|
||||||
print("PASSO")
|
|
||||||
local numCommands = #messageHistory
|
local numCommands = #messageHistory
|
||||||
if numCommands > 0 then
|
if numCommands > 0 then
|
||||||
currentMessageIndex = math.min(math.max(currentMessageIndex + step, 0), numCommands)
|
currentMessageIndex = math.min(math.max(currentMessageIndex + step, 0), numCommands)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user