remove actionslot 8 print

This commit is contained in:
quaK 2024-07-13 22:51:59 +03:00
parent 8b0fa206d4
commit 4cfcd93439

View File

@ -26,7 +26,6 @@ watchWeaponInspection()
for (;;) for (;;)
{ {
self waittill( "weapon_inspection" ); self waittill( "weapon_inspection" );
self iPrintLnBold("actionslot 8 pressed...");
self startweaponinspection(); self startweaponinspection();
wait 0.05; wait 0.05;