diff --git a/source/Base/Algo.hpp b/source/Base/Algo.hpp index 915ff5d7..a9af9e7c 100644 --- a/source/Base/Algo.hpp +++ b/source/Base/Algo.hpp @@ -995,7 +995,7 @@ public: } } // Unable to locate a player matching the specified identifier - return NullObject(); + return Inst::Null(); } /* --------------------------------------------------------------------------------------------