Merge branch 'develop' of ssh://development.life-of-german.org:451/log-gtav/reallife-gamemode into develop
This commit is contained in:
@@ -87,7 +87,7 @@ var chatAPI =
|
||||
chat.size++;
|
||||
|
||||
if (chat.size >= chat.history_limit) {
|
||||
chat.container.children(":last").remove();
|
||||
chat.container.children(":first").remove();
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user