mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
55feb38cb7
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ import static mindustry.Vars.*;
|
|||
public class CrashSender{
|
||||
|
||||
public static String createReport(String error){
|
||||
String report = "Mindustry has crashed. How unforunate.\n";
|
||||
String report = "Mindustry has crashed. How unfortunate.\n";
|
||||
if(mods.list().size == 0 && Version.build != -1){
|
||||
report += "Report this at " + Vars.reportIssueURL + "\n\n";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue