tested build and deploy via apppackage, fixed typo in IP.cs
This commit is contained in:
@@ -7,7 +7,7 @@ namespace PolyChat.Util
|
||||
{
|
||||
private const string REGEX_IP = @"^((25[0-5]|(2[0-4]|1\d|[1-9]|)\d)(\.(?!$)|$)){4}$";
|
||||
|
||||
public static string GetIPfromCode(string code)
|
||||
public static string GetIPFromCode(string code)
|
||||
{
|
||||
return code;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user