diff options
author | metamuffin <metamuffin@disroot.org> | 2024-09-02 00:13:04 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-09-02 00:37:54 +0200 |
commit | 5b14aab4341f099c9f5b59ad6aec08c4a58827c3 (patch) | |
tree | 5597105e74abcc5a562442b5922a6654bd5e93fe /server/src/entity/customers.rs | |
parent | e864abcf6469c877087e53525de632b89546659d (diff) | |
download | hurrycurry-5b14aab4341f099c9f5b59ad6aec08c4a58827c3.tar hurrycurry-5b14aab4341f099c9f5b59ad6aec08c4a58827c3.tar.bz2 hurrycurry-5b14aab4341f099c9f5b59ad6aec08c4a58827c3.tar.zst |
campaign lobby map link entity
Diffstat (limited to 'server/src/entity/customers.rs')
-rw-r--r-- | server/src/entity/customers.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/entity/customers.rs b/server/src/entity/customers.rs index 114ec440..d75f5b51 100644 --- a/server/src/entity/customers.rs +++ b/server/src/entity/customers.rs @@ -54,6 +54,7 @@ impl Entity for Customers { packet_in: c.packet_in, score_changed: c.score_changed, dt: c.dt, + load_map: c.load_map, })?; } self.customers.retain(|c| !c.left); |