mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-14 09:27:45 +01:00
Fixes mobs being unable to hear from inside machines or objects. (#14823)
This commit is contained in:
@@ -77,8 +77,7 @@ proc/admin_notice(var/message, var/rights)
|
||||
"}
|
||||
|
||||
if(M.client)
|
||||
body += "| <A HREF='?src=\ref[src];sendtoprison=\ref[M]'>Prison</A> | "
|
||||
body += "<a href='?src=\ref[src];admin_wind_player=\ref[M]'>Wind</a> | "
|
||||
body += "| <a href='?src=\ref[src];admin_wind_player=\ref[M]'>Wind</a> | "
|
||||
body += "\ <A HREF='?src=\ref[src];sendbacktolobby=\ref[M]]'>Send back to Lobby</A>"
|
||||
var/muted = M.client.prefs.muted
|
||||
body += {"<br><b>Mute: </b>
|
||||
|
||||
Reference in New Issue
Block a user