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:
parent
6d543937ae
commit
722e6bbeb8
1 changed files with 0 additions and 6 deletions
|
@ -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++)
|
||||||
|
|
Loading…
Reference in a new issue