We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0c27da commit 9781455Copy full SHA for 9781455
1 file changed
src/game/shared/swarm/asw_weapon_welder_shared.cpp
@@ -346,7 +346,15 @@ void CASW_Weapon_Welder::BaseItemPostFrame()
346
// check for automatic welding
347
if ( m_bShotDelayed )
348
{
349
- Msg("ShotDelayed ");
+ 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
358
if ( m_iAutomaticWeldDirection > 0 )
359
360
bAttack1 = true;
0 commit comments