mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 23:26:51 +01: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