Krevik / Kether.pl-L4D2-Server

GNU General Public License v3.0
7 stars 3 forks source link

[BUG] Remove useless rcon_password config #63

Open V3nilla opened 2 months ago

V3nilla commented 2 months ago

Describe the bug This config is not needed in any way

We can just did this in all server.cfg configs: rcon_password "DontForgetToSetYour0wnP4ssword" // Rcon password, used for remote access mostly.

Instead of this:

//rcon_password ""           // Rcon password, used for remote access mostly.
exec rcon_password.cfg       // Separate config for rcon_password cvar
StarterX4 commented 1 month ago

That's easier for us to not have two versions of the same configs every time we would change something in there. Though I left that former commented out in case someone would wish to have theirs password in the main config.