Ver Fonte

Code fix

Lortseam há 4 anos atrás
pai
commit
b6ee4021c7

+ 1 - 1
lib/src/main/java/me/lortseam/completeconfig/data/Config.java

@@ -50,7 +50,7 @@ public final class Config extends BaseCollection {
 
     @Override
     public String getID() {
-        return String.valueOf(source.hashCode());
+        throw new UnsupportedOperationException();
     }
 
     public ModMetadata getMod() {