mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-19 14:13:27 +02:00
Version 1.9
This commit is contained in:
@@ -73,7 +73,7 @@ function terminate()
|
||||
end
|
||||
|
||||
function calculateVisibleTime(text)
|
||||
return math.max(#text * 100, 4000)
|
||||
return math.max(#text * 50, 3000)
|
||||
end
|
||||
|
||||
function displayMessage(mode, text)
|
||||
|
Reference in New Issue
Block a user