This commit is contained in:
Alessandro Autiero
2024-06-03 16:27:52 +02:00
parent 46034aa1fa
commit 93c5d6c56b
8 changed files with 9 additions and 8 deletions

View File

@@ -332,7 +332,7 @@ class _LaunchButtonState extends State<LaunchButton> {
if(instance != null && !instance.launched) {
instance.launched = true;
instance.tokenError = false;
await _injectOrShowError(InjectableDll.memoryFix, host);
await _injectOrShowError(InjectableDll.memory, host);
if(!host){
await _injectOrShowError(InjectableDll.console, host);
_onGameClientInjected();