This commit is contained in:
szymon 2020-07-29 20:05:55 +02:00
parent 31623906d9
commit 64bc52c77f

View File

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