File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
MaiChartManager/Controllers/Mod Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ public void DeleteHidConflict()
102102 [ NonAction ]
103103 private static bool GetIsMmlLibInstalled ( )
104104 {
105- if ( System . IO . File . Exists ( Path . Combine ( StaticSettings . GamePath , " ADXHIDIOMod.dll") ) )
105+ if ( System . IO . File . Exists ( Path . Combine ( StaticSettings . GamePath , @"Mods\ ADXHIDIOMod.dll") ) )
106106 {
107107 return false ;
108108 }
@@ -122,9 +122,9 @@ private static bool GetIsMmlLibInstalled()
122122 public void InstallMmlLibs ( )
123123 {
124124 if ( GetIsMmlLibInstalled ( ) ) return ;
125- if ( System . IO . File . Exists ( Path . Combine ( StaticSettings . GamePath , " ADXHIDIOMod.dll") ) )
125+ if ( System . IO . File . Exists ( Path . Combine ( StaticSettings . GamePath , @"Mods\ ADXHIDIOMod.dll") ) )
126126 {
127- System . IO . File . Delete ( Path . Combine ( StaticSettings . GamePath , " ADXHIDIOMod.dll") ) ;
127+ System . IO . File . Delete ( Path . Combine ( StaticSettings . GamePath , @"Mods\ ADXHIDIOMod.dll") ) ;
128128 }
129129 if ( ! System . IO . File . Exists ( Path . Combine ( StaticSettings . GamePath , @"Sinmai_Data\Plugins\hidapi.dll" ) ) )
130130 {
You can’t perform that action at this time.
0 commit comments