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:
@ -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
|
||||||
|
Reference in New Issue
Block a user