Skip to content

Commit

Permalink
fix eslint error with create instance for wasteland
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsndk committed Jun 16, 2024
1 parent 849ea1a commit 1726ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ function init_game() {
create_instance("winter_cave");
create_instance("winter_cove");
create_instance("desertland");
create_instance("wasteland")
create_instance("wasteland");
create_instance("level1");
create_instance("level2");
create_instance("level2n");
Expand Down

0 comments on commit 1726ff9

Please sign in to comment.