This commit is contained in:
William Mantly 2016-05-31 00:28:31 -04:00
parent e9bd665cc1
commit de4ce8553e

View File

@ -46,7 +46,7 @@ var workers = (function(){
}; };
workers.create = function(){ workers.create = function(){
if(workers.currentCreating > workers.currentCreatingMax ) if(workers.currentCreating > workers.currentCreatingMax ) return false;
return doapi.dropletCreate({ return doapi.dropletCreate({
name: 'clw'+workerSnapID+'-'+(Math.random()*100).toString().slice(-4), name: 'clw'+workerSnapID+'-'+(Math.random()*100).toString().slice(-4),
image: '17575764' image: '17575764'