diff --git a/Minecraft.Client/ChatScreen.cpp b/Minecraft.Client/ChatScreen.cpp index 02f0c5fc4..9d1107cb3 100644 --- a/Minecraft.Client/ChatScreen.cpp +++ b/Minecraft.Client/ChatScreen.cpp @@ -188,12 +188,12 @@ void ChatScreen::keyPressed(wchar_t ch, int eventKey) wstring trim1 = trimString(trim); - if (!minecraft->handleClientSideCommand(trim1)) - { - MultiplayerLocalPlayer* mplp = dynamic_cast(minecraft->player.get()); - if (mplp && mplp->connection) - mplp->connection->send(std::make_shared(trim1)); - } + //if (!minecraft->handleClientSideCommand(trim1)) + //{ + // MultiplayerLocalPlayer* mplp = dynamic_cast(minecraft->player.get()); + // if (mplp && mplp->connection) + // mplp->connection->send(std::make_shared(trim1)); + //} return; } diff --git a/Minecraft.Client/Minecraft.cpp b/Minecraft.Client/Minecraft.cpp index 90d7b7c50..3a9f83b7c 100644 --- a/Minecraft.Client/Minecraft.cpp +++ b/Minecraft.Client/Minecraft.cpp @@ -2635,7 +2635,8 @@ void Minecraft::tick(bool bFirst, bool bUpdateTextures) *piUse=IDS_TOOLTIPS_BLOCK; break; - // QUICK EQUIP FOR ARMOR (TOOLTIPS ONLY) + // QUICK EQUIP FOR ARMOR (TOOLTIPS ONLY) + // NEEDS LOGIC IMPLEMENTATION! // LEATHER case Item::helmet_leather_Id: