alliedmodders / stripper-source

Stripper:Source
Other
64 stars 16 forks source link

Remove FCVAR_REPLICATED flags due to client warnings #21

Closed Adrianilloo closed 2 years ago

Adrianilloo commented 2 years ago

This change fixes at least the following warning at client console when connecting into a server running Stripper:

ConVarRef stripper_current_file doesn't point to an existing ConVar

Which happens by using the FCVAR_REPLICATED flag.