Don’t register shutdown hooks for all Services.
[Sone.git] / src / main / java / net / pterodactylus / sone / core / Core.java
index 5493698..fbbb166 100644 (file)
@@ -108,7 +108,7 @@ public class Core extends AbstractService {
         * Creates a new core.
         */
        public Core() {
-               super("Sone Core");
+               super("Sone Core", false);
        }
 
        //