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:
parent
193421261a
commit
8b16ffbadd
1 changed files with 0 additions and 4 deletions
|
@ -62,10 +62,6 @@ namespace Nibriboard.RippleSpace
|
|||
Log.WriteLine("[RippleSpace] New blank ripplespace initialised.");
|
||||
}
|
||||
}
|
||||
~RippleSpaceManager()
|
||||
{
|
||||
Directory.Delete(SourceDirectory, true);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the plane with the specified name from this RippleSpace.
|
||||
|
|
Loading…
Reference in a new issue