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:
parent
b3205cbe32
commit
5ce973878a
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user