forked from ReScrap/ScrapHacks
Update parse_save.py
Removed comment
This commit is contained in:
parent
ca979c2ae6
commit
cef9944fc6
1 changed files with 1 additions and 3 deletions
|
@ -15,6 +15,4 @@ with open("Save0.sav", 'rb') as sav_file:
|
|||
print("ID:",save.id)
|
||||
print("Title:",save.title)
|
||||
for var in save.data:
|
||||
print(" - {}: {}".format(var.name,var.data))
|
||||
#for block in save.data:
|
||||
# print("{}: {}".format(block.v_name, block.v_data))
|
||||
print(" - {}: {}".format(var.name,var.data))
|
Loading…
Reference in a new issue