Wave edit dialog cleanup

This commit is contained in:
Anuken
2021-09-09 22:25:08 -04:00
parent 9076325fa1
commit ae0a70703b
2 changed files with 36 additions and 31 deletions

View File

@@ -158,7 +158,7 @@ public class SpawnGroup implements JsonSerializable, Cloneable{
}
public SpawnGroup copy(){
try {
try{
return (SpawnGroup)clone();
}catch(CloneNotSupportedException how){
throw new RuntimeException("If you see this, what did you even do?", how);