Browse Source

Switch manual server port from int to string

Keivan Beigi 9 years ago
parent
commit
1ab4e49c4e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/settings/settings_description.json

+ 2 - 2
resources/settings/settings_description.json

@@ -283,7 +283,7 @@
       },
       {
         "value": "port1",
-        "default": 32400,
+        "default": "32400",
         "input_type": "port"
       },
       {
@@ -293,7 +293,7 @@
       },
       {
         "value": "port2",
-        "default": 32400,
+        "default": "32400",
         "input_type": "port"
       }
     ]