Cable Facades

Cable Facades

876k Downloads

Clientside mixin in wrong category

Closed this issue ยท 3 comments

commented

Clientside mixins should be in the client section to prevent attempting to load clientside classes on dedicated servers.

commented

but does it actually crash on server ?
I think mixins just fail without crashing

commented

The crashing depends on the requires setting. In this case you do not have it set to crash so it only unnecessarily adds garbage to the log and console.

commented

I'll fix it