mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-24 18:22:25 -05:00
Extenstion: Paster update and version change.
This commit is contained in:
parent
a05281804b
commit
c375bb13ee
@ -10,7 +10,7 @@ end;
|
|||||||
|
|
||||||
function GetVersion: string;
|
function GetVersion: string;
|
||||||
begin;
|
begin;
|
||||||
Result := '1.0';
|
Result := '1.0a';
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{$IFDEF EXTENSION}
|
{$IFDEF EXTENSION}
|
||||||
@ -164,7 +164,8 @@ begin
|
|||||||
end else
|
end else
|
||||||
WriteLn('Script pasted at id "' + Data + '"');
|
WriteLn('Script pasted at id "' + Data + '"');
|
||||||
end else
|
end else
|
||||||
WriteLn(Data);
|
if (Data <> '') then
|
||||||
|
WriteLn(Data);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure UpdateDefault(Index: integer);
|
procedure UpdateDefault(Index: integer);
|
||||||
|
Loading…
Reference in New Issue
Block a user