now use custom emotes with tweens instead of transistions
This commit is contained in:
parent
d93b30f982
commit
595c5ca64d
21 changed files with 106 additions and 62 deletions
|
@ -183,7 +183,7 @@ export class IoSocketController {
|
|||
// If we get an HTTP 404, the token is invalid. Let's perform an anonymous login!
|
||||
console.warn('Cannot find user with uuid "'+userUuid+'". Performing an anonymous login instead.');
|
||||
} else if(err?.response?.status == 403) {
|
||||
// If we get an HTTP 404, the world is full. We need to broadcast a special error to the client.
|
||||
// If we get an HTTP 403, the world is full. We need to broadcast a special error to the client.
|
||||
// we finish immediately the upgrade then we will close the socket as soon as it starts opening.
|
||||
return res.upgrade({
|
||||
rejected: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue