This commit is contained in:
@@ -132,7 +132,7 @@ func (s *InfoService) SetLogin() *model.PlayerInfo {
|
||||
|
||||
}
|
||||
|
||||
var User = csmap.New[string, uint32](
|
||||
var User = csmap.New(
|
||||
// set the number of map shards. the default value is 32.
|
||||
csmap.WithShardCount[string, uint32](32),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user