Repaired #30
This commit is contained in:
parent
31623906d9
commit
64bc52c77f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user