mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 11:14:44 +02:00
Fix GT replant sometimes planting floating plants
This commit is contained in:
@ -28,7 +28,7 @@ public class StringUtils {
|
||||
}
|
||||
|
||||
public static String ticksToSeconds(double ticks) {
|
||||
return shortDecimal.format(ticks / 20) + "s";
|
||||
return shortDecimal.format(ticks / 20);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user