alpelo object system backport test commit

This commit is contained in:
wish
2025-10-05 16:18:22 +11:00
parent aad3b088b9
commit c4ec2efde5
3 changed files with 19 additions and 22 deletions

View File

@@ -183,7 +183,6 @@ func logoutPlayer(s *Session) {
delete(s.server.sessions, s.rawConn)
}
s.rawConn.Close()
delete(s.server.objectIDs, s)
s.server.Unlock()
for _, stage := range s.server.stages {