1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-29 08:30:03 -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

@ -216,7 +216,7 @@ screecher_detach(player)
if (isdefined(level.screecher_should_burrow))
{
if (self [[ level.screecher_should_burrow ]]())
if (self [[level.screecher_should_burrow]]())
{
return;
}
@ -284,7 +284,7 @@ screecher_cleanup()
self.anchor delete();
if (isdefined(level.screecher_cleanup))
self [[ level.screecher_cleanup ]]();
self [[level.screecher_cleanup]]();
if (level.zombie_screecher_count > 0)
{