1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-07-02 18:10:26 -05:00

Unpad brackets

This commit is contained in:
Jbleezy
2023-12-16 21:11:47 -08:00
parent 7ce0cfe9f6
commit b31110f8a6
72 changed files with 873 additions and 873 deletions

View File

@ -123,7 +123,7 @@ craftable_use_hold_think_internal(player)
player thread player_progress_bar(craft_start_time, craft_time);
if (isdefined(level.craftable_craft_custom_func))
player thread [[ level.craftable_craft_custom_func ]](self.stub);
player thread [[level.craftable_craft_custom_func]](self.stub);
while (isdefined(self) && player player_continue_crafting(self.stub.craftablespawn) && gettime() - self.craft_start_time < self.craft_time)
wait 0.05;