(svn r22696) -Fix: don't requery the servers when the server list window isn't opened
This commit is contained in:
@@ -889,6 +889,11 @@ public:
|
||||
this->vscroll->SetCapacityFromWidget(this, NGWW_MATRIX);
|
||||
this->GetWidget<NWidgetCore>(NGWW_MATRIX)->widget_data = (this->vscroll->GetCapacity() << MAT_ROW_START) + (1 << MAT_COL_START);
|
||||
}
|
||||
|
||||
virtual void OnTick()
|
||||
{
|
||||
NetworkGameListRequery();
|
||||
}
|
||||
};
|
||||
|
||||
Listing NetworkGameWindow::last_sorting = {false, 5};
|
||||
|
Reference in New Issue
Block a user