mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 14:25:38 +03:00
Possible fix to the overflow of edicts...
This commit is contained in:
parent
06dd58e7a4
commit
60c6b1703d
@ -1387,7 +1387,7 @@ edict_s* FN_CreateNamedEntity(int classname) {
|
|||||||
g_precachedknife = true;
|
g_precachedknife = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
RETURN_META_VALUE(MRES_IGNORED, CREATENAMEDENTITY(classname));
|
RETURN_META_VALUE(MRES_IGNORED, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
void FN_ServerDeactivate() {
|
void FN_ServerDeactivate() {
|
||||||
|
Loading…
Reference in New Issue
Block a user