diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-23 13:36:56 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-23 13:36:56 +0200 |
commit | 065de2ddc4114f40fe167dd1e85c48f8f2e2a674 (patch) | |
tree | ff9d1675bbee7064d2f95e45a9f427177e940c38 /server/src/entity/portal.rs | |
parent | 35a16fd090a49aca15c942b769d8c1f16dd2d33f (diff) | |
parent | eb6af5d8bf056bad6528509846d3735c31a2d061 (diff) | |
download | hurrycurry-065de2ddc4114f40fe167dd1e85c48f8f2e2a674.tar hurrycurry-065de2ddc4114f40fe167dd1e85c48f8f2e2a674.tar.bz2 hurrycurry-065de2ddc4114f40fe167dd1e85c48f8f2e2a674.tar.zst |
Merge branch 'master' of codeberg.org:hurrycurry/hurrycurry
Diffstat (limited to 'server/src/entity/portal.rs')
-rw-r--r-- | server/src/entity/portal.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/entity/portal.rs b/server/src/entity/portal.rs index dc376681..3ed19719 100644 --- a/server/src/entity/portal.rs +++ b/server/src/entity/portal.rs @@ -50,6 +50,7 @@ impl EntityT for Portal { Some(to.kind), packet_out, &mut game.score, + &mut game.score_changed, true, ); } |