🐛 Fix corrupt zip and remove project download on server

This commit is contained in:
brunosimon
2017-12-25 17:49:53 +01:00
parent 3d93205750
commit 2620b00ffe
23 changed files with 148 additions and 60 deletions
+4
View File
@@ -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)