sync player spawning

This commit is contained in:
brausjonas
2022-05-13 12:34:41 +02:00
parent fee664a936
commit 4e625ea185
7 changed files with 242 additions and 119 deletions
@@ -145,6 +145,11 @@ public class Client
world.EditBlock(chunk, positionInChunk, blockID);
}
if (data[0] == 5)
{
world.AddPlayer(data[1]);
}
}
}