2.x-1.16
szymon 2020-07-29 20:05:55 +02:00
parent 31623906d9
commit 64bc52c77f
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ public class Utilities {
} }
public static void info(String s, ServerCommandSource ctx){ public static void info(String s, ServerCommandSource ctx){
if(ctx != null) if(ctx != null && ctx.getEntity() != null)
ctx.sendFeedback(new LiteralText(s), false); ctx.sendFeedback(new LiteralText(s), false);
if(TextileBackup.config.log) if(TextileBackup.config.log)