mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Update core/src/mindustry/net/CrashSender.java
Co-authored-by: Anuken <arnukren@gmail.com>
This commit is contained in:
parent
f9a70b1190
commit
8b354e7334
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ public class CrashSender{
|
|||
report += "Please report this at https://github.com/Anuken/Mindustry/issues/new?labels=bug&template=bug_report.md\n\n";
|
||||
}
|
||||
return report + "Version: " + Version.combined() + (Vars.headless ? " (Server)" : "") + "\n"
|
||||
+ "OS: " + System.getProperty("os.name") + "x" + (OS.is64Bit ? "64" : "32") + "\n"
|
||||
+ "OS: " + System.getProperty("os.name") + " x" + (OS.is64Bit ? "64" : "32") + "\n"
|
||||
+ "Java Version: " + System.getProperty("java.version") + "\n"
|
||||
+ "Java Architecture: " + System.getProperty("sun.arch.data.model") + "\n"
|
||||
+ mods.list().size + " Mods: " + mods.list().toString(", ", mod -> mod.name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue