Enha: style update
This commit is contained in:
@ -356,8 +356,6 @@ func recoverPlayer(pm map[string]string) error {
|
||||
if !ok {
|
||||
return fmt.Errorf("failed to find player %s in the room %v", pm["Username"], room)
|
||||
}
|
||||
// pm["Role"] = string(role)
|
||||
// pm["Team"] = string(team)
|
||||
us := &models.UserState{
|
||||
Username: pm["Username"],
|
||||
RoomID: pm["RoomID"],
|
||||
|
Reference in New Issue
Block a user