- Hopefully fixed the annoying 'your savefile is incompatible and has been deleted' message bug.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4500 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2012-08-20 03:32:40 +00:00
parent b6061bdeeb
commit 80682c88c5

View File

@@ -45,11 +45,12 @@
var/version = null
F["version"] >> version
/*
if (isnull(version) || version != 1)
fdel(path)
if (!silent)
alert(user, "Your savefile was incompatible with this version and was deleted.")
return 0
return 0*/
F["name"] >> src.name
F["description"] >> src.description