2
0
mirror of https://github.com/s1lentq/reapi.git synced 2024-10-16 23:37:07 +03:00

Fix comment

This commit is contained in:
s1lentq 2023-09-03 10:25:01 +07:00
parent 20d81334f8
commit 2b8ae61f1e

View File

@ -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;
}