Updated SIMPLVtcJoinMap to new join scheme

This commit is contained in:
Neil Dorin
2020-03-31 20:52:05 -06:00
parent 1ae93b3ffd
commit e52259e750
5 changed files with 127 additions and 151 deletions

View File

@@ -39,7 +39,6 @@ namespace PepperDash.Essentials
// The temp directory where .cplz archives will be unzipped to
static string _tempDirectory = _pluginDirectory + Global.DirectorySeparator + "temp";
static PluginLoader()
{
LoadedAssemblies = new List<LoadedAssembly>();