mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 17:41:56 +00:00
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user