mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Fixed local toon's nametags
This commit is contained in:
parent
b38f8472a5
commit
5dbf692bae
1 changed files with 0 additions and 5 deletions
|
@ -216,9 +216,6 @@ class LocalToon(DistributedToon.DistributedToon, LocalAvatar.LocalAvatar):
|
|||
|
||||
def announceGenerate(self):
|
||||
self.startLookAround()
|
||||
if base.wantNametags:
|
||||
self.nametag.manage(base.marginManager)
|
||||
|
||||
DistributedToon.DistributedToon.announceGenerate(self)
|
||||
|
||||
acceptingNewFriends = settings.get('acceptingNewFriends', {})
|
||||
|
@ -253,8 +250,6 @@ class LocalToon(DistributedToon.DistributedToon, LocalAvatar.LocalAvatar):
|
|||
if base.wantKarts:
|
||||
if hasattr(self, 'kartPage'):
|
||||
del self.kartPage
|
||||
if base.wantNametags:
|
||||
self.nametag.unmanage(base.marginManager)
|
||||
self.ignoreAll()
|
||||
DistributedToon.DistributedToon.disable(self)
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue