56-bugfix
szymon 2020-12-06 21:56:23 +01:00
parent 39d3c3dacd
commit 7e7280bb82
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ public class BackupHelper {
if(ctx.startedByPlayer())
Statics.LOGGER.sendError(ctx, "If you have access to server console please take a look at it.");
Statics.LOGGER.error("Please let me know about this situation (include below error, mod's config, additional mods, where is the server running etc.", e);
Statics.LOGGER.error("Please let me know about this situation, include below error, mod's config, additional mods, where is the server running etc.", e);
}
}