Skip to content

Commit 05d8d09

Browse files
committed
Update config.lua
1 parent 87bc568 commit 05d8d09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/config.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ local entropyTabs = function()
217217
["gemstonez"]=true,
218218
["triple6lexi"]=true
219219
},
220-
music = {gemstonez=true}
220+
music = {gemstonez=true, MilkyP = true}
221221
}
222222
for i, v in pairs(G.P_CENTERS) do if v.entr_credits then
223223
if v.entr_credits.idea then for i, v in pairs(v.entr_credits.idea) do credits.idea[v] = true end end
@@ -249,4 +249,4 @@ local entropyTabs = function()
249249
},
250250
}
251251
end
252-
SMODS.current_mod.extra_tabs = entropyTabs
252+
SMODS.current_mod.extra_tabs = entropyTabs

0 commit comments

Comments
 (0)