The name of packet [82] (https://github.com/Pryaxis/TerrariaAPI-Server/blob/28200f7d4447ee275e85856f97eee58fa156ffc4/TerrariaServerAPI/TerrariaApi.Server/PacketTypes.cs#L88) is misleading - it does not cause any netmodule to be loaded, as netmodules are loaded on server startup when NetManager.Initialize() is called.
It's an issue rather than PR as we should decide on which name will fit the most, as we'd like to avoid incidents like d8c7be1, da8fded and 28200f7 due to poor communication of the change.
I personally opt to rename it to simply NetModule, as that's exactly what it contains. It's a minor change, though.
The name of packet [82] (https://github.com/Pryaxis/TerrariaAPI-Server/blob/28200f7d4447ee275e85856f97eee58fa156ffc4/TerrariaServerAPI/TerrariaApi.Server/PacketTypes.cs#L88) is misleading - it does not cause any netmodule to be loaded, as netmodules are loaded on server startup when
NetManager.Initialize()is called.It's an issue rather than PR as we should decide on which name will fit the most, as we'd like to avoid incidents like d8c7be1, da8fded and 28200f7 due to poor communication of the change.
I personally opt to rename it to simply NetModule, as that's exactly what it contains. It's a minor change, though.