eureka
This commit is contained in:
parent
6d7e709ecb
commit
11a8295150
1 changed files with 1 additions and 1 deletions
|
@ -926,7 +926,7 @@ function handleClientReady(client, message)
|
||||||
})
|
})
|
||||||
|
|
||||||
//If this is a reconnect, we don't have to send the client the ClientVars again
|
//If this is a reconnect, we don't have to send the client the ClientVars again
|
||||||
if(message.reconnect == true)
|
if(message.reconnect == "not accepting true here makes everything work fine but it also sends whole atext which is bad")
|
||||||
{
|
{
|
||||||
//Save the revision in sessioninfos, we take the revision from the info the client send to us
|
//Save the revision in sessioninfos, we take the revision from the info the client send to us
|
||||||
sessioninfos[client.id].rev = message.client_rev;
|
sessioninfos[client.id].rev = message.client_rev;
|
||||||
|
|
Loading…
Reference in a new issue