Fixed block construction / Added build version to crash

This commit is contained in:
Anuken
2018-07-06 10:54:20 -04:00
parent b6531efe08
commit c2c837329c
4 changed files with 18 additions and 15 deletions

View File

@@ -34,7 +34,7 @@ public class CrashHandler {
String header = "--CRASH REPORT--\n";
try{
header += "--GAME INFO-- \n";
header += "--GAME INFO--\n";
header += "Build: " + Version.build + "\n";
header += "Net Active: " + netActive + "\n";
header += "Net Server: " + netServer + "\n";