소스 검색

Fix build errors

ghorsington 5 년 전
부모
커밋
51984cdfff
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      BepInEx/Contract/BaseUnityPlugin.cs

+ 1 - 1
BepInEx/Contract/BaseUnityPlugin.cs

@@ -21,7 +21,7 @@ namespace BepInEx
 		{
 			var metadata = MetadataHelper.GetMetadata(this);
 
-			Info = Chainloader.Plugins[metadata.GUID];
+			Info = Chainloader.PluginInfos[metadata.GUID];
 
 			Logger = Logging.Logger.CreateLogSource(metadata.Name);