From f09198f29ceca03886bd2adb64e3bd27b5f9f35e Mon Sep 17 00:00:00 2001 From: Headshot Date: Fri, 24 May 2019 19:16:11 -0430 Subject: [PATCH] this line isn't needed --- gameview.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/gameview.py b/gameview.py index 7fa5c17..3f04ab9 100644 --- a/gameview.py +++ b/gameview.py @@ -997,8 +997,6 @@ class gui(QtGui.QWidget): else: suffix = 'off' - if emoteind < 20: - self.buttonthread(emoteind - 1, AOpath + 'characters\\' + self.charname + '\\emotions\\button' + str(emoteind) + '_' + suffix + '.png') emote = ini.read_ini(AOpath + 'characters/' + charname + '/char.ini', "emotions", str(emoteind), 'normal#(a)normal#normal#0#') sound = ini.read_ini(AOpath + 'characters/' + charname + '/char.ini', "soundn", str(emoteind), '1') soundt = ini.read_ini(AOpath + 'characters/' + charname + '/char.ini', "soundt", str(emoteind), '0')