Crash on dedicated server, regression issue #21
Kaleidio opened this issue ยท 2 comments
The recent fix that was given to #21 caused a regression in registry systems, where IRenderAsItem cannot be referenced as it is a no class defined error whatsoever on a dedicated server. this is because that class does not exist on servers. maybe the entire check could also get a DEDICATED_SERVER only-in tag?
I believe this to be the case, because dedicated servers can safely stay downgraded to 2.2.2 whilst the client remains at 2.2.2a. the client will still connect as expected and function correctly.