Remove unused Constants.SOFTWARE_COMPONENT_NAME (#493)

This was a leftover from removed code, oops
This commit is contained in:
Juuxel 2021-09-12 13:39:12 +03:00 committed by GitHub
parent df7f56306b
commit 4f2ead9f16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,8 +52,6 @@ public class Constants {
new RemappedConfigurationEntry("modRuntimeOnly", JavaPlugin.RUNTIME_ONLY_CONFIGURATION_NAME, false, true, JavaPlugin.RUNTIME_ELEMENTS_CONFIGURATION_NAME)
);
public static final String SOFTWARE_COMPONENT_NAME = "loom";
private Constants() {
}