1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-02-21 20:27:13 +01:00

Return null entity instance instead of null object in FindByID algorithm.

This commit is contained in:
Sandu Liviu Catalin 2016-09-02 10:02:46 +03:00
parent 1dac281ba3
commit e23e5d0a05

View File

@ -995,7 +995,7 @@ public:
}
}
// Unable to locate a player matching the specified identifier
return NullObject();
return Inst::Null();
}
/* --------------------------------------------------------------------------------------------