Skip to content

Commit

Permalink
Fix info_ctfspawn_pickup not being called info_ctfspawn_powerup
Browse files Browse the repository at this point in the history
Resolves #71
  • Loading branch information
SamVanheer committed May 29, 2022
1 parent db104cf commit a3150ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlls/ctf/CItemSpawnCTF.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "cbase.h"
#include "CItemSpawnCTF.h"

LINK_ENTITY_TO_CLASS(info_ctfspawn_pickup, CItemSpawnCTF);
LINK_ENTITY_TO_CLASS(info_ctfspawn_powerup, CItemSpawnCTF);

bool CItemSpawnCTF::KeyValue(KeyValueData* pkvd)
{
Expand Down

0 comments on commit a3150ad

Please sign in to comment.