1
0
Fork 0
mirror of https://github.com/sbrl/Nibriboard.git synced 2018-01-10 21:33:49 +00:00

[server] Don't delete the ripplespace on close!

This commit is contained in:
Starbeamrainbowlabs 2017-12-30 12:34:01 +00:00
parent 193421261a
commit 8b16ffbadd
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -62,10 +62,6 @@ namespace Nibriboard.RippleSpace
Log.WriteLine("[RippleSpace] New blank ripplespace initialised."); Log.WriteLine("[RippleSpace] New blank ripplespace initialised.");
} }
} }
~RippleSpaceManager()
{
Directory.Delete(SourceDirectory, true);
}
/// <summary> /// <summary>
/// Gets the plane with the specified name from this RippleSpace. /// Gets the plane with the specified name from this RippleSpace.