Skip to content

Commit

Permalink
DP | Fix da stoopid music duuuuh
Browse files Browse the repository at this point in the history
freedy fazbear
  • Loading branch information
Nik0-0 committed Aug 22, 2024
1 parent e6a3cd5 commit 7b3ca28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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
scoreboard players set reset nn_map_music 2900
Original file line number Diff line number Diff line change
@@ -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
scoreboard players set reset nn_map_music 1620
4 changes: 2 additions & 2 deletions nnb_spawnsystem/main.jmc
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit 7b3ca28

Please sign in to comment.