From 77f4ce5b6e444b9c50917b17a319957aee79c7f0 Mon Sep 17 00:00:00 2001 From: Amos <48657826+Mauler125@users.noreply.github.com> Date: Sat, 19 Feb 2022 17:04:20 +0100 Subject: [PATCH] Fix typo --- r5dev/resource/cfg/rcon_client.cfg | 2 +- r5dev/resource/cfg/rcon_server.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/r5dev/resource/cfg/rcon_client.cfg b/r5dev/resource/cfg/rcon_client.cfg index 8d250bb0..7aa750cf 100644 --- a/r5dev/resource/cfg/rcon_client.cfg +++ b/r5dev/resource/cfg/rcon_client.cfg @@ -1,4 +1,4 @@ -////////////////// rcon_server configuration file. +////////////////// rcon_client configuration file. // This file is executed automatically on startup. // See https://developer.valvesoftware.com/wiki/Source_RCON_Protocol for more information regarding RCON. // NOTE: This implementation is custom and differs slightly from Valve's implementation. diff --git a/r5dev/resource/cfg/rcon_server.cfg b/r5dev/resource/cfg/rcon_server.cfg index 2ff66ed7..fe52ecf8 100644 --- a/r5dev/resource/cfg/rcon_server.cfg +++ b/r5dev/resource/cfg/rcon_server.cfg @@ -1,4 +1,4 @@ -////////////////// rcon_client configuration file. +////////////////// rcon_server configuration file. // This file is executed automatically on startup. // See https://developer.valvesoftware.com/wiki/Source_RCON_Protocol for more information regarding RCON. // NOTE: This implementation is custom and differs slightly from Valve's implementation.