diangogav/EDOpro-server-ts

Fix text parsing in lobby

Closed this issue · 1 comments

Actually, all texts are decoded wrong because the NULL terminator is replacing with nothing. The righ way is read it as a null terminated utf16le string

Resolve in #27