Yardım Oyunu kapatınca veren log hatası

Konu sahibi bu konuda soru soruyor. Sorusu ile ilgili bilgisi olanların yanıtlamasını bekliyor.

batuan

Üye
Üye
Mesaj
74
Çözümler
1
Beğeni
8
Puan
434
Ticaret Puanı
0
Oyunu kapatırken şöyle bir log harası alıyorum

game.py(406)----> constInfo.SetInterfaceInstance(None) bu kod var bu kodun karşılığı consinfoda mevcut

costinf:
    _interface_instance = None
    def GetInterfaceInstance():
        global _interface_instance
        return _interface_instance
    def SetInterfaceInstance(instance):
        global _interface_instance
        if _interface_instance:
            del _interface_instance
        _interface_instance = instance


1712612910333.png
 
Geri
Üst