1
0
Fork 0

[server] Remove test code from program

This commit is contained in:
Starbeamrainbowlabs 2017-12-15 20:48:42 +00:00
parent 6d543937ae
commit 722e6bbeb8
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 0 additions and 6 deletions

View File

@ -10,12 +10,6 @@ namespace Nibriboard
{
public static void Main(string[] args)
{
Plane testPlane = new Plane(new PlaneInfo("test-plane", 512), ".");
LocationReference testReference = new LocationReference(testPlane, -300, -250);
Console.WriteLine(testReference);
Console.WriteLine(testReference.ContainingChunk);
return;
string packedRippleSpaceFile = "./default.ripplespace.zip";
for(int i = 0; i < args.Length; i++)