You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2026. It is now read-only.
Describe the bug
I tried to connet using an ipv6 address. but it return's error that peer get null.I checked the source code,seems about split(":") 's problem.
maybe problem is in this code:
var portsplit = hostname.split(":")
To Reproduce
Steps to reproduce the behavior:
connet using an ipv6 address
MultiPlay Core Version
You can locate the version by going to Project -> Tools -> MultiPlay Core -> Check for updates.
1.1.0-beta3
Additional context
Add any other context about the problem here.
Describe the bug
I tried to connet using an ipv6 address. but it return's error that peer get null.I checked the source code,seems about split(":") 's problem.
maybe problem is in this code:
var portsplit = hostname.split(":")
To Reproduce
Steps to reproduce the behavior:
MultiPlay Core Version
You can locate the version by going to Project -> Tools -> MultiPlay Core -> Check for updates.
1.1.0-beta3
Additional context
Add any other context about the problem here.