Online quest mode, fixed bug when swimming from hull to another, monitors with editable text, choosing exe in content package, monster quests, misc bugfixes
This commit is contained in:
@@ -70,15 +70,7 @@ namespace Subsurface
|
||||
|
||||
public void Save(string filePath)
|
||||
{
|
||||
XDocument doc = null;
|
||||
try
|
||||
{
|
||||
doc = XDocument.Load(filePath);
|
||||
}
|
||||
catch
|
||||
{
|
||||
doc = new XDocument();
|
||||
}
|
||||
XDocument doc = new XDocument();
|
||||
|
||||
if (doc.Root == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user