Browse Source

Names

pull/46/head
Anairkoen Schno 4 years ago
parent
commit
400cfc2816
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      IPA.Injector/Injector.cs

+ 1
- 1
IPA.Injector/Injector.cs View File

@ -176,7 +176,7 @@ namespace IPA.Injector
if (application == null)
{
injector.Critical("UnityEngine.CoreModule doesn't have a definition for UnityEngine.Application!"
injector.Critical("UnityEngine.CoreModule doesn't have a definition for UnityEngine.Camera!"
+ "Nothing to patch to get ourselves into the Unity run cycle!");
goto endPatchCoreModule;
}


Loading…
Cancel
Save