I have a random name generator for elements in my game. Apparently these now have to be filtered. The documentation for FilterStringForBroadcast says that a player is required in order to filter text. This generator runs when the server first inits, when no clients have connected yet. How am I supposed to filter this if I can't run the method?
If players never see it at all then a filter is not needed. Also if you know all of the names in the random list or whatever, then you don't need a filter either. But I assume players are supposed to see this. I recommend doing this calculation on each client. Or a re-roll option. I doubt it is really that obstructive!