fix(connectuo): Fixes lower case tokens (#554)
This commit is contained in:
parent
24ed9b3236
commit
6649344ad2
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ namespace Server.Network
|
|||
}
|
||||
|
||||
_token = GC.AllocateUninitializedArray<byte>(_connectUOTokenLength);
|
||||
token.GetBytes(_token);
|
||||
token.ToUpperInvariant().GetBytes(_token);
|
||||
}
|
||||
}
|
||||
catch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue