Merge parts

This commit is contained in:
Sekwah 2021-01-25 01:05:47 +00:00
parent 8c7798dec8
commit 886a8744e2
No known key found for this signature in database
GPG Key ID: C3BE2E6C861A461A
1 changed files with 1 additions and 4 deletions

View File

@ -19,10 +19,7 @@ public class ActivationData {
}
public void setWarpStatus(WarpedStatus warped){
if(this.warpStatus == WarpedStatus.WARPED){
return;
}
else if(this.warpStatus == WarpedStatus.INACTIVE){
if(this.warpStatus == WarpedStatus.WARPED || this.warpStatus == WarpedStatus.INACTIVE){
return;
}
this.warpStatus = warped;