Skip to content

Commit bd889aa

Browse files
Apply prettier format checker to network mapping (#43)
Apply format checker to network mapping
2 parents 2df7ad3 + d39a007 commit bd889aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/game/scenes/Sandbox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class Sandbox extends Scene {
3636
console.log("Rect2 clicked");
3737
});
3838

39-
this.taskManager.addTask(testId, createTask(this, testId, Tasks.VIRUS_CONTAINMENT));
39+
this.taskManager.addTask(testId, createTask(this, testId, Tasks.NETWORK_MAPPING));
4040

4141
console.log("Added task");
4242
this.taskManager.startTask(testId);

0 commit comments

Comments
 (0)