mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00: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
|
return Task.cont
|
||||||
|
|
||||||
def setTalk(self, fromAV, fromAC, avatarName, chat, mods, flags):
|
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
|
return
|
||||||
timestamp = time.strftime('%m-%d-%Y %H:%M:%S', time.localtime())
|
timestamp = time.strftime('%m-%d-%Y %H:%M:%S', time.localtime())
|
||||||
if fromAV == 0:
|
if fromAV == 0:
|
||||||
|
|
Loading…
Reference in a new issue