We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e0316 commit e1072ecCopy full SHA for e1072ec
Packets/RegisterPipePacket.cs
@@ -12,7 +12,7 @@ internal class RegisterPipePacket : IPacketData
12
13
public void ReadData(IPacket packet)
14
{
15
- packet.ReadString();
+ modName = packet.ReadString();
16
}
17
18
public void WriteData(IPacket packet)
0 commit comments