mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-25 06:27:03 +01:00
Fix typo
This commit is contained in:
parent
f9ef4569f4
commit
6a9f6384f2
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user