mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
No deleted. None
This commit is contained in:
parent
283b7b56c7
commit
f4a3d93d23
1 changed files with 1 additions and 1 deletions
|
@ -44,6 +44,6 @@ public class SkinUpload {
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getSchemaAction() {
|
public String getSchemaAction() {
|
||||||
return image == null ? "delete" : image.getScheme();
|
return image == null ? "none" : image.getScheme();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue