mirror of
https://github.com/TeamMidnightDust/PictureSign.git
synced 2025-12-16 14:15:10 +01:00
1.20.1 port
This will not receive any future updates
This commit is contained in:
@@ -55,7 +55,7 @@ public class GIFHandler {
|
||||
}
|
||||
public int getTexture() {
|
||||
return player.getRenderer().texture(tick,
|
||||
(MathAPI.tickToMs(client.getRenderTickCounter().getTickDelta(true))), true);
|
||||
(MathAPI.tickToMs(client.getTickDelta())), true);
|
||||
}
|
||||
public boolean isWorking() {
|
||||
if (player != null && player.getException() != null) player.getException().fillInStackTrace();
|
||||
|
||||
Reference in New Issue
Block a user