1
0
Fork 0

[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
1 changed files with 0 additions and 4 deletions

View File

@ -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.