1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-25 02:32:19 -05:00

Fix for srl.sex without internet

This commit is contained in:
Merlijn Wajer 2010-07-17 23:30:58 +02:00
parent b3205cbe32
commit 5ce973878a

View File

@ -193,9 +193,9 @@ end;
procedure OnUpdateTimer(Sender: TObject);
begin;
Timer.Interval := 30 * 60 * 1000; //Every half hour
GetLocalVersion(LocalP,LocalS);
GetOnlineVersion(OnlineP,OnlineS);
Timer.Interval := 30 * 60 * 1000; //Every half hour
Update;
end;