Fixed prefix

This commit is contained in:
Frank 2021-08-25 17:31:06 +02:00
parent d1ef3b5807
commit 117ab3fa3d

View file

@ -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) {