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 ef1cfc5d28
commit 73a8ba0577
@@ -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*);