1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

Merge pull request #3883 from Slimefun/fix/1.16-compat

This commit is contained in:
Sfiguz7 2023-06-30 07:39:20 +02:00 committed by GitHub
commit ad70204587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,5 @@
package io.github.thebusybiscuit.slimefun4.core.services.sounds;
import java.util.Collections;
import java.util.EnumMap;
import java.util.Map;
import java.util.logging.Level;
@ -42,7 +41,7 @@ public class SoundService {
);
// @formatter:on
config.getConfiguration().options().parseComments(true);
config.getConfiguration().options().copyHeader();
}
/**