We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0427b84 commit 21950f3Copy full SHA for 21950f3
server/player/player.go
@@ -2859,7 +2859,7 @@ func (p *Player) quit(msg string) {
2859
// Only remove the player from the world if it's not attached to a session. If it is attached to a session, the
2860
// session will remove the player once ready.
2861
p.tx.RemoveEntity(p)
2862
- p.handle.Close(p.tx)
+ _ = p.handle.Close()
2863
}
2864
2865
// Data returns the player data that needs to be saved. This is used when the player
0 commit comments