From beba10500ea4ea1359cb5264cb70aa8bf8a63cbd Mon Sep 17 00:00:00 2001 From: AEnimka <36441614+AEnimka@users.noreply.github.com> Date: Fri, 23 Mar 2018 07:56:50 +0000 Subject: [PATCH] Updated Settings (markdown) --- Settings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Settings.md b/Settings.md index df23cb3..3729beb 100644 --- a/Settings.md +++ b/Settings.md @@ -9,11 +9,11 @@ As example we will use a mythical plugin `metaPlugin`. Installation of other plu * Open the `plugins.ini` file from the `metamod` folder with any text editor. * * To connect the plugin `metaPlugin.dll`(or `meta Plugin.so`) write the following lines to the `plugins file.ini`: -_ For Windows versions of your server:_ +_For Windows versions of your server:_ ``` win32 addons\metaPlugin\metaPlugin.dll ``` -_ For Linux versions of your server:_ +_For Linux versions of your server:_ ``` linux addons/metaPlugin/metaPlugin.so ```