mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-05 23:36:12 +00:00
Fixes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user