This commit is contained in:
cyberpwn
2022-01-13 07:16:07 -05:00
parent 32a0fc9b17
commit 7e45c17078
4 changed files with 3 additions and 91 deletions

View File

@@ -234,6 +234,7 @@ public class VolmitSender implements CommandSender {
}
public void sendProgress(double percent, String thing) {
//noinspection IfStatementWithIdenticalBranches
if(percent < 0) {
int l = 44;
int g = (int) (1D * l);