summaryrefslogtreecommitdiff
path: root/updater
diff options
context:
space:
mode:
authorAlexander Weber <web.alexander@web.de>2017-02-09 23:06:25 +0100
committerAlexander Weber <web.alexander@web.de>2017-02-09 23:06:25 +0100
commitd5df0d5e86633c21cafe0282cb81399acf4b186c (patch)
tree3b7c9ce8376ddfc9b289124c15d2eca9f5e19edc /updater
parent3294c653616c07dc2fe979aac75debfc4b1d1a05 (diff)
renamed back to "skins" for beter compatibility
make unified_inventory opitonal, move the UI code to an own file
Diffstat (limited to 'updater')
-rw-r--r--updater/MT_skins_updater.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/updater/MT_skins_updater.cs b/updater/MT_skins_updater.cs
index 6d27da0..021a999 100644
--- a/updater/MT_skins_updater.cs
+++ b/updater/MT_skins_updater.cs
@@ -5,7 +5,7 @@ using System.Collections.Generic;
using System.Net;
using System.IO;
-// MT skins updater for the u_skins mod
+// MT skins updater for the skins mod
// Creator: Krock
// License: zlib (http://www.zlib.net/zlib_license.html)
namespace MT_skins_updater {
@@ -14,7 +14,7 @@ namespace MT_skins_updater {
Console.WriteLine("Welcome to the MT skins updater!");
Console.WriteLine("# Created by: Krock (2014-07-10)");
Engine e = new Engine();
- Console.WriteLine(@"Path to the u_skins mod: (ex. 'E:\Minetest\mods\u_skinsdb\u_skins\')");
+ Console.WriteLine(@"Path to the skins mod: (ex. 'E:\Minetest\mods\skinsdb\skins\')");
string path = Console.ReadLine();
Console.WriteLine("Start updating at page: ('0' to update everything)");
int page = getInt(Console.ReadLine());