Refactored GUI

This commit is contained in:
Alessandro Autiero
2025-08-11 22:53:11 +01:00
parent c9ed6a5af3
commit d53a577f0b
6 changed files with 11 additions and 7 deletions

View File

@@ -206,7 +206,7 @@ class DllController extends GetxController {
case GameDll.console:
return "${dllsDirectory.path}\\console.dll";
case GameDll.auth:
return "${dllsDirectory.path}\\cobalt.dll";
return "${dllsDirectory.path}\\sinum.dll";
case GameDll.gameServer:
return "${dllsDirectory.path}\\reboot.dll";
case GameDll.memoryLeak: