Quick Command ID Fix

This commit is contained in:
Asada shinon 2020-05-19 19:02:40 +08:00
parent 240b6b71b0
commit 31f9c57080

View file

@ -2145,10 +2145,10 @@ namespace TShockAPI
static Dictionary<string, int> _worldModes = new Dictionary<string, int> static Dictionary<string, int> _worldModes = new Dictionary<string, int>
{ {
{ "normal", 1 }, { "normal", 0 },
{ "expert", 2 }, { "expert", 1 },
{ "master", 3 }, { "master", 2 },
{ "creative", 4 }, { "creative", 3 },
}; };
private static void ChangeWorldMode(CommandArgs args) private static void ChangeWorldMode(CommandArgs args)