Remove unused Constants.SOFTWARE_COMPONENT_NAME (#493)

This was a leftover from removed code, oops
dev/0.11
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
1 changed files with 0 additions and 2 deletions

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() {
}