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