drunderscore / Tappy

A Terraria server written in C++
GNU General Public License v3.0
6 stars 1 forks source link

Cannot read or write `Terraria::Net::Packets::Modules::Text` from the other logical side #10

Open drunderscore opened 2 years ago

drunderscore commented 2 years ago

This packet/module packet is special, as it is written differently depending on whether we are receiving or sending it. This was initially written from the perspective of being a server, but it should be made more generic -- read or write from either perspective.