This commit is contained in:
Tnze
2022-11-17 00:32:38 +08:00
parent 7a2b3da584
commit 3e83d1dbca
8 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@ package realms
import "fmt"
// Invite invite player to Realm
// Invite player to Realm
func (r *Realms) Invite(s Server, name, uuid string) error {
pl := struct {
Name string `json:"name"`