some polish
This commit is contained in:
parent
35fea9945c
commit
58151b8b91
1 changed files with 4 additions and 4 deletions
|
|
@ -31,11 +31,10 @@ function handleMessageQueue()
|
|||
|
||||
if (update)
|
||||
{
|
||||
console.log(update);
|
||||
|
||||
if (update.person)
|
||||
{
|
||||
ui = update; current = update.messages.at(-1);
|
||||
ui = update;
|
||||
current = update.messages.at(-1);
|
||||
}
|
||||
else if (update.name)
|
||||
{
|
||||
|
|
@ -43,7 +42,8 @@ function handleMessageQueue()
|
|||
}
|
||||
else if (update.modifier)
|
||||
{
|
||||
ui.messages.push(update); current = update;
|
||||
ui.messages.push(update);
|
||||
current = update;
|
||||
}
|
||||
else if (update.category)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue