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:
parent
a05281804b
commit
c375bb13ee
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user