diff --git a/Minecraft Client/Assets/Scripts/Game/Player.cs b/Minecraft Client/Assets/Scripts/Game/Player.cs index 25293b5..8a093ba 100644 --- a/Minecraft Client/Assets/Scripts/Game/Player.cs +++ b/Minecraft Client/Assets/Scripts/Game/Player.cs @@ -387,8 +387,8 @@ public class Player : MonoBehaviour public Vector3 GetDefaultPlayerPosition() { - return new Vector3((byte)transform.position.x, - world.GetHeight((byte)transform.position.x, (byte)transform.position.z) + 2, (byte)transform.position.z); + return new Vector3(world.worldSize * Data.chunkWidth / 2, + world.GetHeight((byte)transform.position.x, (byte)transform.position.z) + 2, world.worldSize * Data.chunkWidth / 2); } } diff --git a/Minecraft Server/Assets/save.world b/Minecraft Server/Assets/save.world deleted file mode 100644 index f6cc5e9..0000000 Binary files a/Minecraft Server/Assets/save.world and /dev/null differ diff --git a/Minecraft Server/Assets/save.world.meta b/Minecraft Server/Assets/save.world.meta deleted file mode 100644 index 69f851e..0000000 --- a/Minecraft Server/Assets/save.world.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 940041af630d8d944ac3b74467aa4ae7 -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: