3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-12-26 16:12:42 +01:00

Eclipse is changing my bracket markup x.x

Dieser Commit ist enthalten in:
HugoDaBosss 2016-03-03 10:46:38 +01:00
Ursprung 72ae12bc77
Commit ff0544f29a

Datei anzeigen

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