mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-24 08:46:26 +00:00
fix: stupid
This commit is contained in:
@@ -63,7 +63,7 @@ void ChatIntegrationLayer::InitializeChatManager(
|
||||
|
||||
InitializeCriticalSection(&m_csAddedUsers);
|
||||
|
||||
std::<ChatIntegrationLayer> weakPtrToThis = shared_from_this();
|
||||
std::weak_ptr<ChatIntegrationLayer> weakPtrToThis = shared_from_this();
|
||||
|
||||
#ifdef PROFILE
|
||||
m_chatManager->ChatSettings->PerformanceCountersEnabled = true;
|
||||
|
||||
Reference in New Issue
Block a user