|
|
|
@ -161,6 +161,9 @@ void KeyManager::LoadFromFile(const std::string& filename, bool is_title_keys) { |
|
|
|
out[0].erase(std::remove(out[0].begin(), out[0].end(), ' '), out[0].end()); |
|
|
|
out[1].erase(std::remove(out[1].begin(), out[1].end(), ' '), out[1].end()); |
|
|
|
|
|
|
|
if (out[0].compare(0, 1, "#") == 0) |
|
|
|
continue; |
|
|
|
|
|
|
|
if (is_title_keys) { |
|
|
|
auto rights_id_raw = Common::HexStringToArray<16>(out[0]); |
|
|
|
u128 rights_id{}; |
|
|
|
|