3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-10-08 11:10:06 +02:00

Readd enableMappingsCache stub until reimplemented

Dieser Commit ist enthalten in:
Nassim Jahnke 2023-03-04 21:03:53 +01:00
Ursprung b5259beef7
Commit c765f20558
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 6BE3B555EBC5982B

Datei anzeigen

@ -55,6 +55,10 @@ public final class MappingDataLoader {
private static final byte CHANGES_ID = 2; private static final byte CHANGES_ID = 2;
private static final byte IDENTITY_ID = 3; private static final byte IDENTITY_ID = 3;
public static void enableMappingsCache() {
//TODO
}
/** /**
* Loads the file from the plugin folder if present, else from the bundled resources. * Loads the file from the plugin folder if present, else from the bundled resources.
* *