mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Rename CThreadedReader::isNetworkConnectedAndAccessible() for consistency
refs #869
This commit is contained in:
committed by
Mathew Sutcliffe
parent
64a47da67f
commit
7edd1bb621
@@ -67,7 +67,7 @@ namespace BlackCore
|
||||
|
||||
void CVatsimBookingReader::ps_read()
|
||||
{
|
||||
if (!this->isNetworkConnectedAndAccessible())
|
||||
if (!this->isNetworkAccessible())
|
||||
{
|
||||
CLogMessage(this).warning("No network, cannot read VATSIM bookings");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user