Added return as to not expect a payload along with the autnetication.

This commit is contained in:
Tristan B. Kildaire 2020-05-14 16:00:23 +02:00
parent 4e091e2f2d
commit 8d0256d105
1 changed files with 5 additions and 0 deletions

View File

@ -495,6 +495,11 @@ public final class BesterConnection : Thread
/* Set the connection type to `scopeField` */
connectionType = scopeField;
if(connectionType == Scope.CLIENT)
{
return;
}
}
/* Get the `payload` block */