mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-16 03:15:24 +02:00
Remove constant connect handler
This commit is contained in:
@ -2132,12 +2132,7 @@
|
||||
});
|
||||
|
||||
socket.on("disconnect", function () {
|
||||
setTimeout(function () {
|
||||
if (socket) {
|
||||
socket = null;
|
||||
initiate_websockets();
|
||||
}
|
||||
}, 500);
|
||||
|
||||
});
|
||||
|
||||
socket.on("revoke", function () {
|
||||
|
Reference in New Issue
Block a user