1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 23:27:57 -05:00

Pad empty lines around blocks

This commit is contained in:
Jbleezy
2023-12-16 16:12:15 -08:00
parent 7d83382fd3
commit 51a53928e7
82 changed files with 1013 additions and 0 deletions

View File

@ -16,9 +16,11 @@ inert_wakeup()
{
current_time = getTime();
players = get_players();
foreach ( player in players )
{
dist_sq = distancesquared( self.origin, player.origin );
if ( dist_sq < 4096 )
{
self maps\mp\zombies\_zm_ai_basic::stop_inert();