Merge pull request #62 from xerxes-at/develop

Ban another guid that got shipped in a repack of the game.
This commit is contained in:
Louve 2023-11-19 15:52:18 +01:00 committed by GitHub
commit e7d218539b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,8 @@ namespace Components
{
0xf4d2c30b712ac6e3,
0xf7e33c4081337fa3,
0x6f5597f103cc50e9
0x6f5597f103cc50e9,
0xecd542eee54ffccf,
};
bool Auth::HasAccessToReservedSlot;