1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-12 08:08:00 -05:00

Buildables: fix craft string showing incorrect buildable

This commit is contained in:
Jbleezy
2023-04-03 23:06:17 -07:00
parent c291ffd3a4
commit d23c41f776

View File

@ -147,6 +147,7 @@ pooledbuildablestub_update_prompt( player, trigger )
if (!is_true(self.open_buildable_checking_input)) if (!is_true(self.open_buildable_checking_input))
{ {
self thread choose_open_buildable(player); self thread choose_open_buildable(player);
return 1;
} }
} }
else else