Skip to content

Commit

Permalink
rename entity
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLubar committed Jun 4, 2024
1 parent a62b7af commit 1a52e21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/game/shared/swarm/asw_weapon_energy_shield_shared.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ void CASW_Weapon_Energy_Shield::Precache()
BaseClass::Precache();

#ifdef GAME_DLL
UTIL_PrecacheOther( "asw_energy_shield" );
UTIL_PrecacheOther( "asw_energy_shield_shield" );
#endif
}

Expand All @@ -44,7 +44,7 @@ END_NETWORK_TABLE()
BEGIN_PREDICTION_DATA( CASW_Energy_Shield )
END_PREDICTION_DATA()

LINK_ENTITY_TO_CLASS( asw_energy_shield, CASW_Energy_Shield );
LINK_ENTITY_TO_CLASS( asw_energy_shield_shield, CASW_Energy_Shield );

#ifndef CLIENT_DLL
BEGIN_DATADESC( CASW_Energy_Shield )
Expand Down

0 comments on commit 1a52e21

Please sign in to comment.