Skip to content

Commit 9781455

Browse files
committed
delayed game or client
1 parent c0c27da commit 9781455

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

src/game/shared/swarm/asw_weapon_welder_shared.cpp

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,15 @@ void CASW_Weapon_Welder::BaseItemPostFrame()
346346
// check for automatic welding
347347
if ( m_bShotDelayed )
348348
{
349-
Msg("ShotDelayed ");
349+
Msg(":");
350+
#ifdef GAME_DLL
351+
Msg("dG ");
352+
#endif // GAME_DLL
353+
#ifdef CLIENT_DLL
354+
Msg("dC ");
355+
#else
356+
Msg("d!C ");
357+
#endif // CLIENT_DLL
350358
if ( m_iAutomaticWeldDirection > 0 )
351359
{
352360
bAttack1 = true;

0 commit comments

Comments
 (0)