Enha: style update

This commit is contained in:
Grail Finder
2025-06-23 10:22:07 +03:00
parent 23cbde0f7a
commit 2fcc36be51
4 changed files with 12 additions and 27 deletions

View File

@ -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"],