Reformat and clean up "net" package

This commit is contained in:
P0nk
2021-09-09 23:26:02 +02:00
parent 69f4580637
commit 6be6ea9927
235 changed files with 3556 additions and 3398 deletions

View File

@@ -29,8 +29,8 @@ public class PlayerDiseaseValueHolder {//Thanks Celino
public Disease disease;
public PlayerDiseaseValueHolder(final Disease disease, final long startTime, final long length) {
this.disease = disease;
this.startTime = startTime;
this.length = length;
this.disease = disease;
this.startTime = startTime;
this.length = length;
}
}