From d5df0d5e86633c21cafe0282cb81399acf4b186c Mon Sep 17 00:00:00 2001 From: Alexander Weber Date: Thu, 9 Feb 2017 23:06:25 +0100 Subject: renamed back to "skins" for beter compatibility make unified_inventory opitonal, move the UI code to an own file --- updater/MT_skins_updater.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'updater') 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()); -- cgit v1.2.3