diff --git a/nnb_spawnsystem/data/nnb_spawnsystem/functions/__private__/switch_case/1/28.mcfunction b/nnb_spawnsystem/data/nnb_spawnsystem/functions/__private__/switch_case/1/28.mcfunction index 062b801..f763a47 100644 --- a/nnb_spawnsystem/data/nnb_spawnsystem/functions/__private__/switch_case/1/28.mcfunction +++ b/nnb_spawnsystem/data/nnb_spawnsystem/functions/__private__/switch_case/1/28.mcfunction @@ -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 \ No newline at end of file diff --git a/nnb_spawnsystem/main.jmc b/nnb_spawnsystem/main.jmc index d9bc5fa..af225dd 100644 --- a/nnb_spawnsystem/main.jmc +++ b/nnb_spawnsystem/main.jmc @@ -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: