Skip to content

Commit

Permalink
xrNetServer/NET_AuthCheck.cpp: update libraries that should be checked
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Jul 21, 2024
1 parent 195be7b commit 8cd060d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/xrNetServer/NET_AuthCheck.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,20 @@ void XRNETSERVER_API fill_auth_check_params(xr_auth_strings_t& ignore, xr_auth_s
check.push_back(shared_str(FS.update_path(config, "$game_textures$", "wpn\\wpn_crosshair_l85.dds")));
check.push_back(shared_str(FS.update_path(config, "$game_textures$", "wpn\\wpn_crosshair_rpg.dds")));

#ifndef MASTER_GOLD
// ODE is a static library in Master Gold builds
check.push_back(shared_str("ODE"));
#endif
check.push_back(shared_str("xrCDB"));
check.push_back(shared_str("xrCore"));
//check.push_back(shared_str("xrGame"));
check.push_back(shared_str("xrGamespy"));
check.push_back(shared_str("xrNetserver"));
check.push_back(shared_str("xrGameSpy"));
check.push_back(shared_str("xrMaterialSystem"));
check.push_back(shared_str("xrNetServer"));
check.push_back(shared_str("xrParticles"));
check.push_back(shared_str("xrRender_R1"));
check.push_back(shared_str("xrRender_R2"));
check.push_back(shared_str("xrRender_R4"));
check.push_back(shared_str("xrRender_RGL"));
check.push_back(shared_str("xrSound"));
check.push_back(shared_str("xrXMLParser"));
//check.push_back(shared_str("xrEngine.exe"));
}

Expand Down

0 comments on commit 8cd060d

Please sign in to comment.