mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +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;
|
||||
}
|
||||
|
||||
RETURN_META_VALUE(MRES_IGNORED, CREATENAMEDENTITY(classname));
|
||||
RETURN_META_VALUE(MRES_IGNORED, 0);
|
||||
}
|
||||
|
||||
void FN_ServerDeactivate() {
|
||||
|
Loading…
Reference in New Issue
Block a user