From de4ce8553ed362508382fd32e8ac992703df8168 Mon Sep 17 00:00:00 2001 From: william Date: Tue, 31 May 2016 00:28:31 -0400 Subject: [PATCH] stuff --- routes/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/api.js b/routes/api.js index 955eda9..3950efd 100644 --- a/routes/api.js +++ b/routes/api.js @@ -46,7 +46,7 @@ var workers = (function(){ }; workers.create = function(){ - if(workers.currentCreating > workers.currentCreatingMax ) + if(workers.currentCreating > workers.currentCreatingMax ) return false; return doapi.dropletCreate({ name: 'clw'+workerSnapID+'-'+(Math.random()*100).toString().slice(-4), image: '17575764'