diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 7fbcef4d..092eb886 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -385,8 +385,8 @@ namespace TShockAPI AuthToken = 0; } Regions.ReloadAllRegions(); - //if (Config.RestApiEnabled) - //RestApi.Start(); + if (Config.RestApiEnabled) + RestApi.Start(); }