mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-18 08:28:09 +00:00
refactor: use std::endian directly, enum class EDefaultSkins, rename reserved-prefix helpers
This commit is contained in:
@@ -28,7 +28,7 @@ void ServerConnection::NewIncomingSocket(Socket* socket) {
|
||||
std::shared_ptr<PendingConnection> unconnectedClient =
|
||||
std::make_shared<PendingConnection>(
|
||||
server, socket,
|
||||
L"Connection #" + _toString<int>(connectionCounter++));
|
||||
L"Connection #" + toWString<int>(connectionCounter++));
|
||||
handleConnection(unconnectedClient);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user