fallback in case blips are invalid but not null

This commit is contained in:
cidoku 2025-11-17 22:58:05 -03:00
parent 470e7931fe
commit 4c5222a6b9

View File

@ -4061,7 +4061,7 @@ class GUI(QtGui.QWidget):
self.blip = self.mChatMessage[BLIPS].lower()
if not self.blip:
if not self.blip or self.blip == "-1":
self.blip = self.charList[charid][2].lower()
if not self.blip:
self.blip = "male"