From 5c2b7f455473d1f3324521d7cb572b3439a0bc18 Mon Sep 17 00:00:00 2001 From: John Cote Date: Fri, 26 Jun 2015 15:44:51 -0400 Subject: [PATCH] Another fix --- toontown/minigame/DistributedTagGame.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toontown/minigame/DistributedTagGame.py b/toontown/minigame/DistributedTagGame.py index 696beef7..b6cb437f 100755 --- a/toontown/minigame/DistributedTagGame.py +++ b/toontown/minigame/DistributedTagGame.py @@ -98,7 +98,7 @@ class DistributedTagGame(DistributedMinigame): camera.setPosHpr(0, -24, 16, 0, -30, 0) base.camLens.setFar(450.0) base.transitions.irisIn(0.4) - NametagGlobals.setWant2dNametags(True) + NametagGlobals.setMasterArrowsOn(1) DistributedSmoothNode.activateSmoothing(1, 1) self.IT = None @@ -110,7 +110,7 @@ class DistributedTagGame(DistributedMinigame): def offstage(self): self.notify.debug('offstage') DistributedSmoothNode.activateSmoothing(1, 0) - NametagGlobals.setWant2dNametags(False) + NametagGlobals.setMasterArrowsOn(0) DistributedMinigame.offstage(self) self.sky.reparentTo(hidden) self.ground.reparentTo(hidden)