More formatting

This commit is contained in:
HugoDaBosss 2016-03-03 10:47:22 +01:00
parent ff0544f29a
commit 854e24f8fc

View File

@ -496,7 +496,7 @@ public class OutgoingTransformer {
}
catch (org.json.simple.parser.ParseException e) {
System.out.println("Invalid JSON String: \"" + line + "\" Please report this issue to the ViaVersion Github!");
return "{\"text\":\"\"}";
return "{\"text\":\"\"}";
}
return line;
}