Files
Cubed/include
zhenyan121 f8aac019bd refactor(client_player): return ChunkPosSet by value in non-const getter
Copy the internal set under the mutex lock to avoid exposing a mutable reference that could be used unsafely after the lock is released. This fixes a potential data race when the caller holds the returned reference beyond the critical section. Also update the caller in `client_world` to remove the now-unnecessary `std::move`.
2026-07-10 18:41:52 +08:00
..
2026-07-08 19:41:10 +08:00