mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-27 05:44:39 +00:00
refactor: rename Build -> Platform in Minecraft.World
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.level.h"
|
||||
#include "../../Minecraft.World/Headers/net.minecraft.world.level.tile.h"
|
||||
#include "../../Minecraft.World/Util/ArrayWithLength.h"
|
||||
#include "../../Minecraft.World/Build/System.h"
|
||||
#include "../../Minecraft.World/Platform/System.h"
|
||||
#include "PlayerList.h"
|
||||
|
||||
PlayerChunkMap::PlayerChunk::PlayerChunk(int x, int z, PlayerChunkMap *pcm) : pos(x,z)
|
||||
|
||||
Reference in New Issue
Block a user