Skip to content

Commit

Permalink
DP | Bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik0-0 committed Feb 27, 2024
1 parent 196eb41 commit 68ecbd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
$function nnb_spawnsystem:setup_bots {"bot_name":"subspace_tripmine","id":"28","map":"$(sel_map)"}
function nnb_spawnsystem:setup_bots {"bot_name":"subspace_tripmine","id":"28","map":"$(sel_map)"}
scoreboard players set __found_case__ __variable__ 1
2 changes: 1 addition & 1 deletion nnb_spawnsystem/main.jmc
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ switch(nn_spawn:spawn) {
case 27:
$setup_bots(bot_name="boykisser",id="27",map="$(sel_map)");
case 28:
$setup_bots(bot_name="subspace_tripmine",id="28",map="$(sel_map)");
setup_bots(bot_name="subspace_tripmine",id="28",map="$(sel_map)");
case 29:
Text.tellraw(@a, "Tried to spawn disabled bot. Aborting");
case 30:
Expand Down

0 comments on commit 68ecbd4

Please sign in to comment.