mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 23:07:26 +08:00
Fixed LOCAL_CPED translation keyword not being in all uppercase. (#2274)
This commit is contained in:
parent
7869c254f2
commit
cc911253d0
@ -109,7 +109,7 @@ namespace big
|
||||
if (ImGui::TreeNode("ADDRESSES"_T.data()))
|
||||
{
|
||||
uint64_t local_cped = (uint64_t)g_local_player;
|
||||
ImGui::InputScalar("Local_CPED"_T.data(), ImGuiDataType_U64, &local_cped, NULL, NULL, "%p", ImGuiInputTextFlags_CharsHexadecimal);
|
||||
ImGui::InputScalar("LOCAL_CPED"_T.data(), ImGuiDataType_U64, &local_cped, NULL, NULL, "%p", ImGuiInputTextFlags_CharsHexadecimal);
|
||||
|
||||
if (g_local_player)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user