Loading packages/server/src/lib/SocketServer.ts +2 −0 Original line number Original line Diff line number Diff line Loading @@ -132,6 +132,8 @@ export class SocketServer { getClientConfig() getClientConfig() ); ); await user.update(); // this impl has the side affect of giving previously offline users all the stack upon reconnecting // this impl has the side affect of giving previously offline users all the stack upon reconnecting if ( if ( timeSinceLastPlace >= cooldown && timeSinceLastPlace >= cooldown && Loading Loading
packages/server/src/lib/SocketServer.ts +2 −0 Original line number Original line Diff line number Diff line Loading @@ -132,6 +132,8 @@ export class SocketServer { getClientConfig() getClientConfig() ); ); await user.update(); // this impl has the side affect of giving previously offline users all the stack upon reconnecting // this impl has the side affect of giving previously offline users all the stack upon reconnecting if ( if ( timeSinceLastPlace >= cooldown && timeSinceLastPlace >= cooldown && Loading