SideOnlyPreprocessor
Link to sideonlypreprocessor
The preprocessor can set what side the scripts are loaded.
Einbinden
Link to einbinden
It can be used as follows:
#sideonly sidename
Example: #sideonly client
or #sideonly server
Was er tut
Link to was-er-tut
This will make scripts only load when the execution side is the specified side of the network. Leaving the loader out will cause the script to load on both sides (the default).