From 1cedf121b17287cc56e23e08994a8d070845df40 Mon Sep 17 00:00:00 2001 From: Zach Date: Mon, 11 May 2015 15:57:44 -0500 Subject: [PATCH] jor-el fix --- toontown/ai/DistributedJorElCam.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/toontown/ai/DistributedJorElCam.py b/toontown/ai/DistributedJorElCam.py index 73ff9607..7ee8b3ed 100644 --- a/toontown/ai/DistributedJorElCam.py +++ b/toontown/ai/DistributedJorElCam.py @@ -2,6 +2,7 @@ from direct.directnotify import DirectNotifyGlobal from direct.distributed.DistributedObject import DistributedObject from direct.interval.IntervalGlobal import * from toontown.toon import ToonHead +from toontown.toon import ToonDNA from toontown.nametag import NametagGroup from otp.otpbase import OTPGlobals @@ -19,7 +20,7 @@ class DistributedJorElCam(DistributedObject): self.dna.newToonRandom() self.head = ToonHead.ToonHead() self.head.setupHead(self.dna) - self.head.reparentTo(self.cr.playGame.hood.loader) + self.head.reparentTo(render) self.head.setPos(75, 0, 20) self.head.setHpr(90, 0, 0) self.head.setScale(10)