1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-30 16:17:46 +00:00

fix zone crash from an invalid class instance ptr

This commit is contained in:
Adam 2018-03-21 19:07:05 +11:00
parent c24c215208
commit 4f75d21b21

View file

@ -6,7 +6,7 @@
#include <Event/EventDefs.h>
#define BIND_SCENE( x ) std::bind( x, *this, std::placeholders::_1 )
#define BIND_SCENE( x ) std::bind( x, this, std::placeholders::_1 )
#endif //SAPPHIRE_SCRIPTOBJECT_H