Update MusicCustomizerPlugin.java

This commit is contained in:
Jonathan
2019-04-24 19:23:59 -06:00
committed by GitHub
parent b087791e27
commit 19156dc6f8

View File

@@ -42,6 +42,7 @@ import java.io.File;
name = "Music Track Customizer",
description = "Customize what track plays and how it sounds, with local files",
tags = {"music", "sound"},
type = PluginType.UTILITY,
enabledByDefault = false
)