mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
[MIRROR] Setting door wand to src instead of user (#2434)
* Setting door wand to src instead of user (#55863) * Setting door wand to src instead of user Co-authored-by: WarlockD <warlockd@gmail.com>
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
if(!target_interface)
|
||||
return
|
||||
|
||||
user.set_machine(user)
|
||||
user.set_machine(src)
|
||||
// Generate a control packet.
|
||||
var/datum/netdata/data = new(list("data" = mode,"data_secondary" = "toggle"))
|
||||
data.receiver_id = target_interface.hardware_id
|
||||
|
||||
Reference in New Issue
Block a user