mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-16 18:11:54 +00:00
refactor: nuke all widestrings and widechars everywhere
This commit is contained in:
@@ -165,8 +165,8 @@ void PlayerChunkMap::PlayerChunk::remove(std::shared_ptr<ServerPlayer> player) {
|
||||
}
|
||||
}
|
||||
if (noOtherPlayersFound) {
|
||||
// wprintf(L"Sending ChunkVisiblity packet false for chunk
|
||||
// (%d,%d) to player %ls\n", x, z, player->name.c_str() );
|
||||
// printf("Sending ChunkVisiblity packet false for chunk
|
||||
// (%d,%d) to player %s\n", x, z, player->name.c_str() );
|
||||
player->connection->send(std::shared_ptr<ChunkVisibilityPacket>(
|
||||
new ChunkVisibilityPacket(pos.x, pos.z, false)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user