fix typo
This commit is contained in:
@ -23,7 +23,7 @@ func (e *Error) Error() string {
|
||||
}
|
||||
|
||||
// Domain is the URL of Realms API server
|
||||
// Panic if it cannot be parse by url.Parse().
|
||||
// Panic if it cannot be parsed by url.Parse().
|
||||
var Domain = "https://pc.realms.minecraft.net"
|
||||
|
||||
// New create a new Realms c with version, username, accessToken and UUID without dashes.
|
||||
|
Reference in New Issue
Block a user