mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-07-04 02:48:18 -05:00
Unpad brackets
This commit is contained in:
@ -36,7 +36,7 @@ blundergat_upgrade_station()
|
||||
|
||||
if (isdefined(level.custom_craftable_validation))
|
||||
{
|
||||
valid = t_upgrade [[ level.custom_craftable_validation ]](player);
|
||||
valid = t_upgrade [[level.custom_craftable_validation]](player);
|
||||
|
||||
if (!valid)
|
||||
continue;
|
||||
@ -129,7 +129,7 @@ wait_for_player_to_take(player, str_valid_weapon)
|
||||
|
||||
if (isdefined(level.custom_craftable_validation))
|
||||
{
|
||||
valid = self [[ level.custom_craftable_validation ]](player);
|
||||
valid = self [[level.custom_craftable_validation]](player);
|
||||
|
||||
if (!valid)
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user