sync player spawning
This commit is contained in:
@@ -145,6 +145,11 @@ public class Client
|
||||
|
||||
world.EditBlock(chunk, positionInChunk, blockID);
|
||||
}
|
||||
|
||||
if (data[0] == 5)
|
||||
{
|
||||
world.AddPlayer(data[1]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user