mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
Fix parser issues
This commit is contained in:
parent
5a70d98c71
commit
128e5c414c
@ -231,7 +231,7 @@ public class VolmitSender implements CommandSender {
|
||||
}
|
||||
|
||||
public static String pulse(double speed) {
|
||||
return Form.f(invertSpread((((getTick()*15D * speed)%1000D)/1000D)), 3);
|
||||
return Form.f(invertSpread((((getTick()*15D * speed)%1000D)/1000D)), 3).replaceAll("\\Q,\\E", ".");
|
||||
}
|
||||
|
||||
public static double invertSpread(double v) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user