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>
{
{ "normal", 1 },
{ "expert", 2 },
{ "master", 3 },
{ "creative", 4 },
{ "normal", 0 },
{ "expert", 1 },
{ "master", 2 },
{ "creative", 3 },
};
private static void ChangeWorldMode(CommandArgs args)