Remove custom OptionalType and use the default c# nullable type.
This commit is contained in:
@@ -128,7 +128,7 @@ namespace Game.Chat
|
||||
packet.Data.TargetGUID = _guid;
|
||||
}
|
||||
|
||||
packet.Data.ChannelGUID.Set(_channelGuid);
|
||||
packet.Data.ChannelGUID = _channelGuid;
|
||||
|
||||
return packet;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user