fix: fabric version detection

This commit is contained in:
2025-07-07 14:21:57 +05:00
parent 1b50a7d4e4
commit 5cd483209f
2 changed files with 8 additions and 6 deletions

View File

@ -22,7 +22,7 @@ const launchOptions = {
memory: 4096,
baseVersion: '1.21.4',
serverIp: 'popa-popa.ru',
fabricVersion: 'fabric0.16.14',
fabricVersion: '0.16.14', // Уберите префикс "fabric"
};
const AuthCheck = ({ children }: { children: ReactNode }) => {