aboutsummaryrefslogtreecommitdiff
path: root/server/src/entity/portal.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/entity/portal.rs')
-rw-r--r--server/src/entity/portal.rs1
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,
);
}