Skip to content

Commit

Permalink
Merge pull request #1364 from Hoikas/fix_1243
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoikas authored Jun 25, 2023
2 parents 3c3264e + 0886eb2 commit fd591cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Scripts/Python/ki/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3401,10 +3401,9 @@ def MiniKICreateJournalNote(self):
def ShowBigKI(self):

self.waitingForAnimation = True
curBrainMode = PtGetLocalAvatar().avatar.getCurrentMode()
toggleCB = ptGUIControlCheckBox(KIMini.dialog.getControlFromTag(kGUI.miniToggleBtnID))
toggleCB.disable()
if curBrainMode == PtBrainModes.kNonGeneric:
if PtIsCurrentBrainHuman():
PtDebugPrint("xKI.ShowBigKI(): Entering LookingAtKI mode.", level=kDebugDumpLevel)
PtAvatarEnterLookingAtKI()
self.isPlayingLookingAtKIMode = True
Expand Down

0 comments on commit fd591cb

Please sign in to comment.