Skip to content

Commit

Permalink
fix server settings
Browse files Browse the repository at this point in the history
  • Loading branch information
temur abdurahmanov committed Jan 9, 2025
1 parent 2a5ac2b commit a784d0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/multiplayer/types/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ func (s *Server) IsExists(ctx context.Context, token string) (bool, error) {
s.ServerType = settings.ServerType
s.ConnectionPort = settings.ConnectionPort
s.IsActive = true
s.MaxConnections = settings.MaxConnections

return s.IsActive, err
}
Expand Down

0 comments on commit a784d0a

Please sign in to comment.