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:
parent
1dac281ba3
commit
e23e5d0a05
@ -995,7 +995,7 @@ public:
|
||||
}
|
||||
}
|
||||
// Unable to locate a player matching the specified identifier
|
||||
return NullObject();
|
||||
return Inst::Null();
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user