Add separate network salt string for company passwords

This commit is contained in:
Jonathan G Rennison
2022-01-02 22:30:36 +00:00
parent 00cfb00537
commit 26eca815d3
5 changed files with 37 additions and 7 deletions

View File

@@ -25,6 +25,7 @@
#include "../string_type.h"
extern NetworkCompanyState *_network_company_states;
extern std::string _network_company_server_id;
extern ClientID _network_own_client_id;
extern ClientID _redirect_console_to_client;