vgstation13

This commit is contained in:
D3athrow
2015-06-04 15:46:18 -05:00
parent 16dd60cd18
commit 44583610ea
6 changed files with 1742 additions and 1742 deletions

View File

@@ -85,6 +85,6 @@ def rewrite_sources(resources):
os.remove(path)
os.rename(path + ".tmp", path)
dirs = read_filedirs("baystation12.dme");
dirs = read_filedirs("vgstation13.dme");
resources = index_files(dirs)
rewrite_sources(resources)