Repaired #30
parent
31623906d9
commit
64bc52c77f
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue