[s] Fix server_hop not requiring the comms key (#14284)

This commit is contained in:
adamsong
2022-05-30 20:32:59 -04:00
committed by GitHub
parent 571bbc559a
commit 48a2ee1b5c

View File

@@ -125,6 +125,7 @@
/datum/world_topic/server_hop
keyword = "server_hop"
require_comms_key = TRUE
/datum/world_topic/server_hop/Run(list/input)
var/expected_key = input[keyword]