diff --git a/nnb_spawnsystem/data/nnb_spawnsystem/functions/__private__/switch_case/0/1.mcfunction b/nnb_spawnsystem/data/nnb_spawnsystem/functions/__private__/switch_case/0/1.mcfunction index 88145da..6f98d2a 100644 --- a/nnb_spawnsystem/data/nnb_spawnsystem/functions/__private__/switch_case/0/1.mcfunction +++ b/nnb_spawnsystem/data/nnb_spawnsystem/functions/__private__/switch_case/0/1.mcfunction @@ -1,3 +1,3 @@ function nnb_spawnsystem:call_bots {"sel_map":"nn_mall"} data modify storage nnb_spawnsystem:music m_name set value nn_mall_ambient -scoreboard players set reset nn_map_musice 2900 \ No newline at end of file +scoreboard players set reset nn_map_music 2900 \ No newline at end of file diff --git a/nnb_spawnsystem/data/nnb_spawnsystem/functions/__private__/switch_case/0/2.mcfunction b/nnb_spawnsystem/data/nnb_spawnsystem/functions/__private__/switch_case/0/2.mcfunction index ca0dd92..00e059a 100644 --- a/nnb_spawnsystem/data/nnb_spawnsystem/functions/__private__/switch_case/0/2.mcfunction +++ b/nnb_spawnsystem/data/nnb_spawnsystem/functions/__private__/switch_case/0/2.mcfunction @@ -1,3 +1,3 @@ function nnb_spawnsystem:call_bots {"sel_map":"nn_poolrooms"} data modify storage nnb_spawnsystem:music m_name set value nn_port_ambient -scoreboard players set reset nn_map_musice 1620 \ No newline at end of file +scoreboard players set reset nn_map_music 1620 \ No newline at end of file diff --git a/nnb_spawnsystem/main.jmc b/nnb_spawnsystem/main.jmc index 42a23c8..7e0c7e3 100644 --- a/nnb_spawnsystem/main.jmc +++ b/nnb_spawnsystem/main.jmc @@ -107,12 +107,12 @@ switch(nn_map:map) { call_bots(sel_map="nn_mall"); data modify storage nnb_spawnsystem:music m_name set value nn_mall_ambient; - scoreboard players set reset nn_map_musice 2900; + scoreboard players set reset nn_map_music 2900; case 2: call_bots(sel_map="nn_poolrooms"); data modify storage nnb_spawnsystem:music m_name set value nn_port_ambient; - scoreboard players set reset nn_map_musice 1620; + scoreboard players set reset nn_map_music 1620; case 3: call_bots(sel_map="nn_port");