Fix potential Proof of Concept Command crash
This commit is contained in:
parent
16b66528f2
commit
a54e7e827e
@ -138,6 +138,7 @@ static Timer cooldowm{};
|
|||||||
static CatCommand get_best_hats("achievement_cathats", "Get and equip the bencat hats", []() {
|
static CatCommand get_best_hats("achievement_cathats", "Get and equip the bencat hats", []() {
|
||||||
static std::vector<int> bencat_hats = { 1902, 1912, 2006 };
|
static std::vector<int> bencat_hats = { 1902, 1912, 2006 };
|
||||||
unlock_achievements_and_accept(bencat_hats);
|
unlock_achievements_and_accept(bencat_hats);
|
||||||
|
hacks::shared::misc::generate_schema();
|
||||||
hacks::shared::misc::Schema_Reload();
|
hacks::shared::misc::Schema_Reload();
|
||||||
equip = true;
|
equip = true;
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user