Dieser Commit ist enthalten in:
Ursprung
d288edf2c9
Commit
61bcb9f16d
@ -37,7 +37,7 @@ public class SafeSchematicNode {
|
||||
return Result.ALREADY_IN_DIRECTORY;
|
||||
}
|
||||
|
||||
node.setParent(0);
|
||||
node.setParent(null);
|
||||
} else {
|
||||
if(!newParent.isDir()) {
|
||||
return Result.NOT_A_DIR;
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren