lil' more work on armor, nothing shouuld be broke and stuff should build, but armor isnt ready yet.

This commit is contained in:
ElijahZAwesome 2018-01-26 15:52:38 -06:00
parent ddbb771e89
commit 22fdd7acc7
5 changed files with 76 additions and 1 deletions

View file

@ -8,7 +8,7 @@ void processPacket(networkPacket *packet, u8 type, u16 sender) {
if(type==PACKET_REQUEST_MAPDATA) {
u8 level = packet->requestMapData.level;
if(level>=0 && level<=5) {
if(level>=0 && level<=5) {
//send back tile data
for(int y=0; y<128; y++) {
networkPacket packet = {