Does this finally fix MARBLEMAN's client scripts?
??
There was a vulnerability with openPrintSelectorDlg, this string was evalled
%cmdstring = "PSD_PrintSelector or whatever"@%aspectratio@".setVisible(false);";
eval(%cmdstring);
R1986
%cmdString = "PSD_PrintSelector or whatever"@$PSD_CurrentAR@".setVisible(false);";
eval(%cmdstring);
$PSD_CurrentAR = %aspectratio;
The first time it was found, you had to commandToClient the command twice and it would be virtually silent. Now, after r1986, you had to click the bricks or print tab for the code to eval. Now, since it's r1987, it's basically patched out of the game. So, no. No Marble Man client add-ons were fixed by this.