tested build and deploy via apppackage, fixed typo in IP.cs

This commit is contained in:
Felix Hartmann (PEA3-Fe-FI)
2021-09-23 12:40:57 +02:00
parent c00a7ff379
commit 7286b211bf
5 changed files with 17 additions and 6 deletions

View File

@@ -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;
}