Small update
This commit is contained in:
parent
af29e2fb81
commit
7853e0c3e8
|
@ -28,13 +28,13 @@ void DispatchUse(edict_t *pentUsed, edict_t *pentOther)
|
||||||
}
|
}
|
||||||
|
|
||||||
int DispatchSpawn(edict_t *pEntity) {
|
int DispatchSpawn(edict_t *pEntity) {
|
||||||
if (SpawnForward) {
|
/* if (SpawnForward) {
|
||||||
int retVal = 0;
|
int retVal = 0;
|
||||||
int id = ENTINDEX(pEntity);
|
int id = ENTINDEX(pEntity);
|
||||||
retVal = MF_ExecuteForward(SpawnForward, id);
|
retVal = MF_ExecuteForward(SpawnForward, id);
|
||||||
if (retVal)
|
if (retVal)
|
||||||
RETURN_META_VALUE(MRES_SUPERCEDE, 0);
|
RETURN_META_VALUE(MRES_SUPERCEDE, 0);
|
||||||
}
|
}*/
|
||||||
RETURN_META_VALUE(MRES_IGNORED, 0);
|
RETURN_META_VALUE(MRES_IGNORED, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user