Variant: Sync docs with new constructors, fixups after #43403
Change DocData comparators for MethodDoc and ArgumentDoc to get a better ordering of constructors.
This commit is contained in:
@ -132,7 +132,7 @@
|
||||
// Try to contact server
|
||||
Dtls.PutPacket("The Answer Is..42!".ToUTF8());
|
||||
}
|
||||
while (Dtls.GetAvailablePacketCount() > 0)
|
||||
while (Dtls.GetAvailablePacketCount() > 0)
|
||||
{
|
||||
GD.Print("Connected: " + Dtls.GetPacket().GetStringFromUTF8());
|
||||
Connected = true;
|
||||
|
||||
Reference in New Issue
Block a user