Readd enableMappingsCache stub until reimplemented

This commit is contained in:
Nassim Jahnke 2023-03-04 21:03:53 +01:00
parent b5259beef7
commit c765f20558
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B
1 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,10 @@ public final class MappingDataLoader {
private static final byte CHANGES_ID = 2;
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.
*