Add GhostRadio to allow ghosts to hear radio messages (#4896)

* Add GhostRadio to allow ghosts to hear radio messages

* Add GhostRadio to ignored components
This commit is contained in:
ShadowCommander
2021-10-16 12:04:35 -07:00
committed by GitHub
parent 66dc8f5df5
commit 9da81ea85f
3 changed files with 49 additions and 2 deletions

View File

@@ -284,7 +284,8 @@ namespace Content.Client.Entry
"ToggleDoorOnTrigger",
"DeviceNetworkConnection",
"WiredNetworkConnection",
"WirelessNetworkConnection"
"WirelessNetworkConnection",
"GhostRadio"
};
}
}