Use stubs instead of including debug files for last upstream merge

This commit is contained in:
Max Roncace
2026-03-27 02:32:20 -04:00
parent 12966c3b12
commit 04df9d5397
@@ -22,9 +22,10 @@ public:
class JORReflexible : public JOREventListener {
public:
static JORServer* getJORServer() { return JORServer::getInstance(); }
#if DEBUG
JORReflexible() {}
static JORServer* getJORServer() { return JORServer::getInstance(); }
virtual void listenPropertyEvent(const JORPropertyEvent*);
virtual void listen(u32, const JOREvent*);