Fixed prefix
This commit is contained in:
parent
d1ef3b5807
commit
117ab3fa3d
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ public class SendFiles extends DataHandler.FromServer {
|
||||||
if (e instanceof AutoFileSyncEntry.ForModFileRequest mase){
|
if (e instanceof AutoFileSyncEntry.ForModFileRequest mase){
|
||||||
removeAfter = path;
|
removeAfter = path;
|
||||||
int count = 0;
|
int count = 0;
|
||||||
final String prefix = "_bclib_synced";
|
final String prefix = "_bclib_synced_";
|
||||||
String name = prefix + mase.modID + "_" + mase.version.replace(".", "_") + ".jar";
|
String name = prefix + mase.modID + "_" + mase.version.replace(".", "_") + ".jar";
|
||||||
do {
|
do {
|
||||||
if (path != null) {
|
if (path != null) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue