mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
Merge pull request #32 from geocine/fix/compiler-error
Put back button from #23 for 2x exploit by BennettStaley
This commit is contained in:
commit
d9b1bbfb5c
@ -268,6 +268,11 @@ namespace DX11_Base {
|
|||||||
ImGui::InputInt("Slot to modify (start 0):", &Config.AddItemSlot);
|
ImGui::InputInt("Slot to modify (start 0):", &Config.AddItemSlot);
|
||||||
ImGui::InputInt("Multiple of how much:", &Config.AddItemCount);
|
ImGui::InputInt("Multiple of how much:", &Config.AddItemCount);
|
||||||
|
|
||||||
|
if (ImGui::Button("Give items from slot", ImVec2(ImGui::GetContentRegionAvail().x - 3, 20)))
|
||||||
|
{
|
||||||
|
AddToInventoryContainer(Config.AddItemCount, Config.AddItemSlot);
|
||||||
|
}
|
||||||
|
|
||||||
// this does not work lol
|
// this does not work lol
|
||||||
// std::stringstream AddItemsString;
|
// std::stringstream AddItemsString;
|
||||||
// AddItemsString << "Give " << Config.AddItemCount << " items from slot" << Config.AddItemSlot;
|
// AddItemsString << "Give " << Config.AddItemCount << " items from slot" << Config.AddItemSlot;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user