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

[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

View file

@ -10,12 +10,6 @@ namespace Nibriboard
{ {
public static void Main(string[] args) 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"; string packedRippleSpaceFile = "./default.ripplespace.zip";
for(int i = 0; i < args.Length; i++) for(int i = 0; i < args.Length; i++)