1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-21 16:55:01 -05:00

Extension: Crov.sex, Updated for OpenScript Update.

This commit is contained in:
John P (Dgby714) 2010-12-25 04:19:39 -05:00
parent cb92a880d6
commit cc56f02cee

View File

@ -252,7 +252,7 @@ begin
s := TStringList.Create;
try
s.LoadFromFile(TMenuItem(Sender).Hint);
OpenScript(a, s.Text);
OpenScript(a, s.Text, False);
finally
s.Free;
end;