mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 13:07:46 +01:00
Okay in relation to the previous commit r2391 muting is now tied to clients and not mobs. So if you get muted as a human and then die and change into a ghost you will no longer 'loose' your mute.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2392 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
if (!msg)
|
||||
return
|
||||
|
||||
if (usr.muted_complete)
|
||||
if (usr.client && usr.client.muted_complete)
|
||||
return
|
||||
|
||||
for (var/mob/M in world)
|
||||
|
||||
Reference in New Issue
Block a user