From 3e13c9a14cabcd9eb334ea9d1ee090bf04e7d901 Mon Sep 17 00:00:00 2001 From: Nick Martin <58752614+nickmartin1ee7@users.noreply.github.com> Date: Tue, 22 Mar 2022 19:22:33 -0400 Subject: [PATCH] Update README.md Typo: `clinet` -> `client` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2689255d978..6543c5beac8 100644 --- a/README.md +++ b/README.md @@ -1663,7 +1663,7 @@ To also include the timestamp with each log, set `LOG_TIMESTAMP` to "true". The Feature is used run commands when the server starts, client connects, or client disconnects. **Notes:** -* On clinet connect we only know there was a connection, and not who connected. RCON commands will need to be used for that. +* On client connect we only know there was a connection, and not who connected. RCON commands will need to be used for that. * Using '|-' is preferred for yaml, this make sure only the correct new lines are in place for the commands. **On Server Start:**