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:
@ -89,7 +89,7 @@ start_jail_run(do_pain)
|
||||
if (isdefined(self.bench))
|
||||
{
|
||||
if (isdefined(level.weapon_bench_reset))
|
||||
self.bench [[ level.weapon_bench_reset ]]();
|
||||
self.bench [[level.weapon_bench_reset]]();
|
||||
}
|
||||
}
|
||||
|
||||
@ -100,7 +100,7 @@ start_jail_run(do_pain)
|
||||
if (self.state == "context")
|
||||
{
|
||||
if (isdefined(self.context.interrupt))
|
||||
self [[ self.context.interrupt ]]();
|
||||
self [[self.context.interrupt]]();
|
||||
}
|
||||
|
||||
self sloth_init_roam_point();
|
||||
|
Reference in New Issue
Block a user