1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

Update src/main/java/io/github/thebusybiscuit/slimefun4/api/ErrorReport.java

Co-authored-by: Daniel Walsh <walshydev@gmail.com>
This commit is contained in:
J3fftw 2021-05-28 18:23:17 +02:00 committed by GitHub
parent 8f6d9209c1
commit 3205d83e35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ public class ErrorReport<T extends Throwable> {
Date date = new Date();
SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
stream.println(formatter.format(date));
stream.println("Error Generated: " + formatter.format(new Date()));
stream.println("Block Info:");
stream.println(" World: " + l.getWorld().getName());
stream.println(" X: " + l.getBlockX());