mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-28 08:04:13 +08:00
...
This commit is contained in:
parent
ecb4a87794
commit
d43673f3c8
@ -94,9 +94,7 @@ def getdefaultsavehook(gamepath, title=None):
|
||||
"autosavesavedata": "",
|
||||
"developers": [],
|
||||
}
|
||||
if gamepath == "0":
|
||||
default["title"] = "No Game"
|
||||
elif title and len(title):
|
||||
if title and len(title):
|
||||
default["title"] = title
|
||||
else:
|
||||
default["title"] = (
|
||||
|
@ -179,7 +179,6 @@ def checkifnewgame(gamepath, title=None):
|
||||
dispatachtask(gamepath)
|
||||
|
||||
|
||||
checkifnewgame("0")
|
||||
kanjichs2ja = str.maketrans(static_data["kanjichs2ja"])
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user