Commit bdc26f7
committed
Fix MethodScript usage from path including a "+"
Fix MethodScript usage from a file path that includes a "+" placing its configuration files / extensions / etc in that file path excluding the "+".
This was tested on Windows using MethodScript path C:\Users\NAME\Desktop\Test `~!@#$%€^&()-_=+[{]};'.,²³¤€¼½¾‘’¥×¶´ç¿ test\MethodScript\MethodScript.jar.1 parent 6dfa587 commit bdc26f7
File tree
2 files changed
+22
-8
lines changed- src/main/java/com/laytonsmith
- PureUtilities/ClassLoading
- core
2 files changed
+22
-8
lines changedLines changed: 19 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
417 | 425 | | |
418 | 426 | | |
419 | 427 | | |
| |||
1173 | 1181 | | |
1174 | 1182 | | |
1175 | 1183 | | |
1176 | | - | |
| 1184 | + | |
| 1185 | + | |
1177 | 1186 | | |
1178 | 1187 | | |
1179 | | - | |
1180 | | - | |
1181 | | - | |
1182 | | - | |
| 1188 | + | |
| 1189 | + | |
| 1190 | + | |
| 1191 | + | |
| 1192 | + | |
| 1193 | + | |
| 1194 | + | |
1183 | 1195 | | |
| 1196 | + | |
| 1197 | + | |
1184 | 1198 | | |
1185 | | - | |
1186 | | - | |
1187 | 1199 | | |
1188 | 1200 | | |
1189 | 1201 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
0 commit comments