reload on instance missing
This commit is contained in:
parent
8af5f3f3e7
commit
8927873a62
@ -316,6 +316,7 @@ function createSocket(events) {
|
||||
case 'no constructs selected': return events.errorPrompt('select_constructs');
|
||||
case 'node requirements not met': return events.errorPrompt('complete_nodes');
|
||||
case 'construct at max skills (4)': return events.errorPrompt('max_skills');
|
||||
case 'instance missing': return window.location.reload();
|
||||
|
||||
default: return errorToast(error);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user