mirror of
https://github.com/BlockWorldGroup/Ledger-Databases.git
synced 2025-08-17 03:30:14 +08:00
Fix
This commit is contained in:
parent
e0699492a4
commit
ec9706a555
@ -12,5 +12,8 @@ object LedgerDatabases : DedicatedServerModInitializer {
|
||||
ExtensionManager.registerExtension(LedgerDatabaseExtension())
|
||||
}
|
||||
|
||||
fun identifier(path: String) = Identifier(MOD_ID, path)
|
||||
// fun identifier(path: String) = Identifier(MOD_ID, path)
|
||||
fun identifier(path: String): Identifier {
|
||||
return Identifier.of(MOD_ID, path)
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user