Implemented server sending world data to client

This commit is contained in:
Anuken
2017-12-30 22:02:23 -05:00
parent 673d6ac8e8
commit 7b1c8d5769
11 changed files with 242 additions and 15 deletions

View File

@@ -124,7 +124,7 @@ public enum PlaceMode{
}
},
areaDelete{
int maxlen = 10;
int maxlen = 20;
int tilex;
int tiley;
int endx;
@@ -236,7 +236,7 @@ public enum PlaceMode{
}
},
hold{
int maxlen = 10;
int maxlen = 20;
int tilex;
int tiley;
int endx;