1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-21 08:45:06 -05:00

Extenstion: Paster update and version change.

This commit is contained in:
John P (Dgby714) 2011-05-09 12:17:40 -04:00
parent a05281804b
commit c375bb13ee

View File

@ -10,7 +10,7 @@ end;
function GetVersion: string;
begin;
Result := '1.0';
Result := '1.0a';
end;
{$IFDEF EXTENSION}
@ -164,7 +164,8 @@ begin
end else
WriteLn('Script pasted at id "' + Data + '"');
end else
WriteLn(Data);
if (Data <> '') then
WriteLn(Data);
end;
procedure UpdateDefault(Index: integer);