mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 12:34:55 +02:00
Redirect violations msgs to default channel
This commit is contained in:
@@ -241,7 +241,7 @@ function checkExpSpeed()
|
||||
player.lastExps = {}
|
||||
end
|
||||
table.insert(player.lastExps, {currentExp, currentTime})
|
||||
if #player.lastExps > 10 then
|
||||
if #player.lastExps > 30 then
|
||||
table.remove(player.lastExps, 1)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user