mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Remove TODO, UidAllocator needed on client to map uid -> entities
This commit is contained in:
parent
d8996a9b94
commit
565785c0aa
@ -36,8 +36,6 @@ pub trait WorldSyncExt {
|
||||
impl WorldSyncExt for specs::World {
|
||||
fn register_sync_marker(&mut self) {
|
||||
self.register_synced::<Uid>();
|
||||
|
||||
// TODO: Consider only having allocator server side for now
|
||||
self.insert(UidAllocator::new());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user