Skip to content

Commit

Permalink
Update handler.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Mengke15 authored Mar 3, 2024
1 parent 68b7270 commit 69794b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion service/minecraft/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ var (
ErrRejectedLoginAccessControl = errors.New("interrupted by access control")
ErrRejectedLoginPlayerNumberLimitExceeded = errors.New("rejected due to player number limit exceeded")
ErrBadPlayerName = errors.New("rejected due to bad player name")
accessedPlayers = make(map[string]bool)
)

func badPacketPanicRecover(s *config.ConfigProxyService) {
Expand Down

0 comments on commit 69794b7

Please sign in to comment.