Explorar el Código

write plugin name for BepInLogger

Scrublord1336 hace 6 años
padre
commit
d033821e72
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/XUnity.AutoTranslator.Plugin.BepIn/BepInLogger.cs

+ 1 - 1
src/XUnity.AutoTranslator.Plugin.BepIn/BepInLogger.cs

@@ -10,7 +10,7 @@ namespace XUnity.AutoTranslator.Plugin.BepIn
    {
       protected override void Log( LogLevel level, string message )
       {
-         BepInEx.BepInLogger.Log( message );
+         BepInEx.BepInLogger.Log( "[XUnity.AutoTranslator] " + message );
       }
    }
 }