Adding funktion to check pasteablity
Dieser Commit ist enthalten in:
Ursprung
59ba4f4e68
Commit
d0a0a3a53d
@ -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