From 0ef89c2a88031088bebe029db143a30c427d0fb0 Mon Sep 17 00:00:00 2001 From: szymon Date: Mon, 30 Nov 2020 10:20:21 +0100 Subject: [PATCH] Added missing dot --- .../textile_backup/commands/restore/KillRestoreCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/net/szum123321/textile_backup/commands/restore/KillRestoreCommand.java b/src/main/java/net/szum123321/textile_backup/commands/restore/KillRestoreCommand.java index 12081a3..3824fba 100644 --- a/src/main/java/net/szum123321/textile_backup/commands/restore/KillRestoreCommand.java +++ b/src/main/java/net/szum123321/textile_backup/commands/restore/KillRestoreCommand.java @@ -30,7 +30,7 @@ public class KillRestoreCommand { if(Statics.restoreAwaitThread != null && Statics.restoreAwaitThread.isAlive()) { Statics.restoreAwaitThread.interrupt(); Statics.globalShutdownBackupFlag.set(true); - Statics.LOGGER.sendInfo(ctx.getSource(), "Backup restoration successfully stopped"); + Statics.LOGGER.sendInfo(ctx.getSource(), "Backup restoration successfully stopped."); Statics.LOGGER.info("{} cancelled backup restoration.", ctx.getSource().getEntity() != null ? "Player: " + ctx.getSource().getName() : "SERVER"