mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Disney pls
This commit is contained in:
parent
3ec488f39c
commit
55c8214743
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,7 @@ class DistributedToon(DistributedPlayer.DistributedPlayer, Toon.Toon, Distribute
|
|||
return Task.cont
|
||||
|
||||
def setTalk(self, fromAV, fromAC, avatarName, chat, mods, flags):
|
||||
if base.localAvatar.isIgnored(fromAV):
|
||||
if base.localAvatar.isIgnored(self.doId if fromAV == 0 else fromAV):
|
||||
return
|
||||
timestamp = time.strftime('%m-%d-%Y %H:%M:%S', time.localtime())
|
||||
if fromAV == 0:
|
||||
|
|
Loading…
Reference in a new issue