allow storing of nodes whenever
This commit is contained in:
parent
000ad98408
commit
4e234e88ef
@ -114,7 +114,6 @@ namespace Components
|
||||
|
||||
void Node::StoreNodes(bool force)
|
||||
{
|
||||
if (ServerList::useMasterServer) return;
|
||||
if (Dedicated::IsEnabled() && Dvar::Var("sv_lanOnly").get<bool>()) return;
|
||||
|
||||
static Utils::Time::Interval interval;
|
||||
|
Loading…
Reference in New Issue
Block a user