🐛 Fix corrupt zip and remove project download on server
This commit is contained in:
@@ -18,6 +18,10 @@ class Projects
|
||||
// Connection event
|
||||
this.projectsSocket.on('connection', (socket) =>
|
||||
{
|
||||
// // Send the config to the new socket
|
||||
socket.emit('config', { domain: this.config.domain, server: this.config.server })
|
||||
|
||||
// Send the projects update to all users
|
||||
this.projectsSocket.emit('update_projects', this.describe())
|
||||
|
||||
if(this.config.debug >= 1)
|
||||
|
||||
Reference in New Issue
Block a user