Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lentq committed Sep 3, 2023
1 parent 20d8133 commit 2b8ae61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reapi/src/entity_callback_dispatcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ bool CEntityCallbackDispatcher::SetMoveDone(AMX *amx, CBaseEntity *pEntity, cons
return false;
}

// TODO: Make sure that the entity actually inherited from CBaseToggle
pEntityToggle->SetMoveDone(&CBaseToggle::SUB_MoveDone);
return true;
}
Expand Down

0 comments on commit 2b8ae61

Please sign in to comment.