This commit is contained in:
@@ -111,11 +111,6 @@ func (c *BaseSysUserController) Regrobot(ctx context.Context, req *RegReq) (res
|
||||
|
||||
t1 := service.NewBaseSysUserService().GetPerson(uint32(t.UserId))
|
||||
|
||||
if blazing.NewUserService(uint32(t1.ID)).Info.IsReg() {
|
||||
return
|
||||
|
||||
}
|
||||
|
||||
ser := playerservice.NewUserService(uint32(t1.ID))
|
||||
|
||||
logininfo := ser.Info.Reg(cool.Filter.Replace(strings.Trim(req.Nickname, "\x00"), '*'), req.Color)
|
||||
|
||||
Reference in New Issue
Block a user