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 () {
|
||||
setTimeout(function () {
|
||||
if (soccket) {
|
||||
soccket = null;
|
||||
if (socket) {
|
||||
socket = null;
|
||||
initiate_websockets();
|
||||
}
|
||||
}, 500);
|
||||
|
Loading…
Reference in New Issue
Block a user