Adding funktion to check pasteablity
Dieser Commit ist enthalten in:
Ursprung
602a4d1098
Commit
de2e880e0e
@ -147,6 +147,10 @@ public class Schematic {
|
||||
updateDB();
|
||||
}
|
||||
|
||||
public boolean availible(){
|
||||
return Core.getVersion() > 12 || !schemFormat;
|
||||
}
|
||||
|
||||
public Clipboard load() throws WrongVersionException, IOException, NoClipboardException {
|
||||
if(Core.getVersion() <= 12 && schemFormat)
|
||||
throw new WrongVersionException();
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren