mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-04-27 16:00:51 -07:00
h
This commit is contained in:
parent
71ae9e1274
commit
6ba0bfe06a
1 changed files with 2 additions and 2 deletions
|
|
@ -133,7 +133,7 @@ public class Schematics implements Loadable{
|
|||
try{
|
||||
write(newSchematic, target.file);
|
||||
}catch(Exception e){
|
||||
Log.err("Failed to overwrite schematic '@' (@)", newSchematic.name, target.file);
|
||||
Log.err("Failed to overwrite schematic '@' (@)", newSchematic.name(), target.file);
|
||||
Log.err(e);
|
||||
ui.showException(e);
|
||||
}
|
||||
|
|
@ -190,7 +190,7 @@ public class Schematics implements Loadable{
|
|||
try{
|
||||
return getBuffer(schematic).getTexture();
|
||||
}catch(Throwable t){
|
||||
Log.err("Failed to get preview for schematic '@' (@)", schematic.name, schematic.file);
|
||||
Log.err("Failed to get preview for schematic '@' (@)", schematic.name(), schematic.file);
|
||||
Log.err(t);
|
||||
errored.add(schematic);
|
||||
return errorTexture;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue