We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb879bf commit d058b7fCopy full SHA for d058b7f
VoiceCraft/scripts/GUIHandler.js
@@ -60,7 +60,7 @@ class GUIHandler {
60
new ModalFormData()
61
.title("Auto Connect Settings")
62
.textField("IP Address", "127.0.0.1", IP)
63
- .textField("Port", "9050", Port.toString())
+ .textField("Port", "9050", Port ? Port.toString() : "")
64
.textField("Server Key", "abc123", ServerKey)
65
.show(player)
66
.then((results) => {
0 commit comments