diangogav / EDOpro-server-ts

Welcome to Evolution Server, a versatile platform for creating Yu-Gi-Oh! matches, fully compatible with EDOPro, Koishi, and YGO Mobile! But this time, we focus on the scalability of the code, allowing for easy implementation of new features related to the data generated during the duels.
https://evolutionygo.com
13 stars 8 forks source link

Fix text parsing in lobby #19

Closed diangogav closed 1 year ago

diangogav commented 1 year ago

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

diangogav commented 1 year ago

Resolve in https://github.com/diangogav/EDOpro-server-ts/pull/27