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

Remove buildables need power print statement

This commit is contained in:
Jbleezy
2020-03-01 00:07:36 -08:00
parent 38abf399df
commit ceafea6c8b

View File

@ -893,6 +893,10 @@ on_equipment_placed()
{ {
self thread electrictrap_decay(weapon); self thread electrictrap_decay(weapon);
} }
wait 0.05;
weapon.power_on = 1; // removes print statement made by equipment without power
} }
} }
} }