mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-12-14 19:37:02 +01:00
Fix typo
This commit is contained in:
@@ -2133,8 +2133,8 @@
|
|||||||
|
|
||||||
socket.on("disconnect", function () {
|
socket.on("disconnect", function () {
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
if (soccket) {
|
if (socket) {
|
||||||
soccket = null;
|
socket = null;
|
||||||
initiate_websockets();
|
initiate_websockets();
|
||||||
}
|
}
|
||||||
}, 500);
|
}, 500);
|
||||||
|
|||||||
Reference in New Issue
Block a user