vegastrike / Assets-Masters

Vega Strike Upon The Coldest Sea Original Game Data Art Sources (e.g. hi-poly/hi-res source models/images)
8 stars 6 forks source link

modules/ship_upgrades.py has debug messages that are spamming the console. #10

Closed evertvorster closed 2 years ago

evertvorster commented 4 years ago

This small patch gets rid of the terrible amount of "Python Upgrade errors" in the console.

--- src/Assets-Production/modules/ship_upgrades.py.orig 2020-07-04 22:34:01.061655193 +0200 +++ src/Assets-Production/modules/ship_upgrades.py 2020-07-04 22:34:35.442058026 +0200 @@ -168,10 +168,10 @@ list=VS.getRandCargo(1,cat)#try to get a cargo from said category if (list.GetQuantity()<=0):#if no such cargo exists in this cateogry if (parentcat!=None):

evertvorster commented 2 years ago

This is not an issue anymore. :)