Change socket format in error messages

This commit is contained in:
Stone_Red
2023-12-14 14:55:45 +01:00
parent f90968f155
commit 73de6c8b5e
3 changed files with 5 additions and 5 deletions
@@ -128,7 +128,7 @@ public class FileCommands
if (parts.Length != 2)
{
ApiManager.SendNotificationMessageNewLine("Invalid format! Use this format: (xxx.xxx.xxx.xxx:yyyy)", NotificationMessageType.Error);
ApiManager.SendNotificationMessageNewLine("Invalid format! Use this format: <ip address>:<port>", NotificationMessageType.Error);
return;
}