File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ public class JvsOutputPwmPatch
154154 [ HarmonyTargetMethod ]
155155 static MethodBase TargetMethod ( )
156156 {
157- var type = typeof ( IO . Jvs ) . GetNestedType ( "JvsOutputPwm" , BindingFlags . NonPublic | BindingFlags . Instance ) ;
157+ var type = typeof ( IO . Jvs ) . GetNestedType ( "JvsOutputPwm" , BindingFlags . NonPublic | BindingFlags . Public ) ;
158158 if ( type == null )
159159 {
160160 MelonLoader . MelonLogger . Error ( "[OldCabLightBoardSupport] JvsOutputPwm type not found" ) ;
Original file line number Diff line number Diff line change 5757# 3. Build
5858# ==========================================
5959Write-Host " Building Solution..." - ForegroundColor Cyan
60-
6160$Configuration = " Release"
62- if ($args.Count -gt 0 ) {
63- $Configuration = $args [0 ].ToLower()
61+ if ($args.Count -gt 0 -and $args [ 0 ] -eq " -Configuration " ) {
62+ $Configuration = $args [1 ]
6463}
6564
6665Write-Host " Configuration: $Configuration " - ForegroundColor Yellow
You can’t perform that action at this time.
0 commit comments