Mise à jour de 'DoConfig.py'
This commit is contained in:
@@ -139,7 +139,10 @@ class GameOption_UT99(GameOption):
|
||||
class GameOption_UT99_GenAdd(GameOption_UT99):
|
||||
bForceAdd = True
|
||||
def set(self,value:str):
|
||||
self.rem(value)
|
||||
try:
|
||||
self.rem(value)
|
||||
except ChaChaINI_KeyNotFoundException:
|
||||
pass
|
||||
super().set(value)
|
||||
|
||||
@GameOptions_Factory_Register
|
||||
|
||||
Reference in New Issue
Block a user