Cleanup some warnings.
This commit is contained in:
@@ -55,7 +55,7 @@ public class Realm : IEquatable<Realm>
|
||||
realmIp = ExternalAddress;
|
||||
}
|
||||
|
||||
IPEndPoint endpoint = new IPEndPoint(realmIp, Port);
|
||||
IPEndPoint endpoint = new(realmIp, Port);
|
||||
|
||||
// Return external IP
|
||||
return endpoint;
|
||||
|
||||
Reference in New Issue
Block a user