Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 9, 2023
2 parents 2c4362c + 4478e0c commit f6769a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cheat Engine/autoassemblercode.pas
Original file line number Diff line number Diff line change
Expand Up @@ -1255,7 +1255,7 @@ procedure AutoAssemblerCodePass1(script: TStrings; out dataForPass2: TAutoAssemb
//add the code that runs and configures the luaserver
script.insert(1,'CELUA_ServerName:');
script.insert(2,'db ''CELUASERVER'+inttostr(getcurrentprocessid)+''',0');
inc(i,3);
inc(i,2);

hasAddedLuaServerCode:=true;

Expand Down

0 comments on commit f6769a9

Please sign in to comment.