From 2d49b5d7d7c039be53bdd2b91084bb676490870d Mon Sep 17 00:00:00 2001 From: Sergey Shorokhov Date: Thu, 15 Jul 2021 19:02:02 +0300 Subject: [PATCH] Update readme --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index edb62267..6698f80a 100644 --- a/.github/README.md +++ b/.github/README.md @@ -57,7 +57,7 @@ Rich API capabilities allow the system to connect any functionality (work with p - Make sure that all plugins are running and in the correct order, using the `amxx list` command. ## Updating -- Put new plugins (`plugins/*.amxx`) into `amxmodx/plugins/` folder on the HLDS server; +- Put new plugins and lang-files (`plugins/*.amxx` & `data/lang/*.txt`) into `amxmodx/` folder on the HLDS server; - Restart the server (command `restart` or change the map); - Make sure that the versions of the plugins are up to date with the command `amxx list`.