Fix potential Proof of Concept Command crash

This commit is contained in:
bencat07 2019-05-04 22:52:12 +02:00
parent 16b66528f2
commit a54e7e827e

View File

@ -138,6 +138,7 @@ static Timer cooldowm{};
static CatCommand get_best_hats("achievement_cathats", "Get and equip the bencat hats", []() {
static std::vector<int> bencat_hats = { 1902, 1912, 2006 };
unlock_achievements_and_accept(bencat_hats);
hacks::shared::misc::generate_schema();
hacks::shared::misc::Schema_Reload();
equip = true;
});