summaryrefslogtreecommitdiff
path: root/client/multiplayer.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/multiplayer.gd')
-rw-r--r--client/multiplayer.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/multiplayer.gd b/client/multiplayer.gd
index eb85898c..00bf193b 100644
--- a/client/multiplayer.gd
+++ b/client/multiplayer.gd
@@ -175,6 +175,7 @@ func handle_packet(bytes: PackedByteArray):
"score":
var demands_failed: int = decoded["demands_failed"]
var demands_completed: int = decoded["demands_completed"]
+ emit_signal("score", demands_failed, demands_completed)
_:
push_error("Unrecognized packet type: %s" % packet_type)