Feature: authorize specific clients to join network company without password
This commit is contained in:
@@ -36,6 +36,8 @@ struct NetworkClientInfo : NetworkClientInfoPool::PoolItem<&_networkclientinfo_p
|
||||
~NetworkClientInfo();
|
||||
|
||||
static NetworkClientInfo *GetByClientID(ClientID client_id);
|
||||
|
||||
bool CanJoinCompany(CompanyID company_id) const;
|
||||
};
|
||||
|
||||
#endif /* NETWORK_BASE_H */
|
||||
|
||||
Reference in New Issue
Block a user