mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-10 11:25:06 -05:00
Extension: Paster Update, Deleted wrong line.
This commit is contained in:
parent
70fd6fce71
commit
6f1d38647a
@ -380,6 +380,7 @@ begin
|
||||
begin
|
||||
if (Settings.isKey('Host' + IntToStr(I))) then
|
||||
begin
|
||||
SetLength(SA, Length(SA) + 1);
|
||||
SA[High(SA)] := Settings.getKeyValue('Host' + IntToStr(I));
|
||||
Settings.DeleteKey('Host' + IntToStr(I));
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user