drgbase
drgbase copied to clipboard
Stop some files from being included in realms they shouldn't
Some files have if CLIENT then return end
or if SERVER then return end
when you can just not include them on those realms. It's a small optimization, and stops server only files from being sent to clients (there is a limit to how many Lua files that can be sent to clients in multiplayer)