We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2df7ad3 + d39a007 commit bd889aaCopy full SHA for bd889aa
1 file changed
client/src/game/scenes/Sandbox.ts
@@ -36,7 +36,7 @@ export class Sandbox extends Scene {
36
console.log("Rect2 clicked");
37
});
38
39
- this.taskManager.addTask(testId, createTask(this, testId, Tasks.VIRUS_CONTAINMENT));
+ this.taskManager.addTask(testId, createTask(this, testId, Tasks.NETWORK_MAPPING));
40
41
console.log("Added task");
42
this.taskManager.startTask(testId);
0 commit comments