mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
Fixes radio encryption key quantum entanglement (#95210)
## About The Pull Request Radio encryption key removal handling, including nulling, is handled in `Exited()`. The key never exits the radio if it wasn't inside the radio to begin with. ## Why It's Good For The Game fixes #95207 ## Changelog 🆑 fix: Radio encryption keys are no longer tied to their radios once removed /🆑
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
. = ..()
|
||||
|
||||
if(ispath(keyslot))
|
||||
keyslot = new keyslot()
|
||||
keyslot = new keyslot(src)
|
||||
recalculateChannels()
|
||||
|
||||
perform_update_icon = FALSE
|
||||
|
||||
Reference in New Issue
Block a user