mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Fixes #8168 for real.
This commit is contained in:
@@ -252,7 +252,7 @@
|
||||
add_med_hud()
|
||||
if("translator")
|
||||
if(href_list["toggle"])
|
||||
languages = (languages == ALL) ? (HUMAN & ROBOT) : ALL
|
||||
languages = (languages == ALL) ? (HUMAN | ROBOT) : ALL
|
||||
if("doorjack")
|
||||
if(href_list["jack"])
|
||||
if(src.cable && src.cable.machine)
|
||||
|
||||
Reference in New Issue
Block a user