mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-27 02:49:17 +00:00
Update AdventureManagerImpl.java
This commit is contained in:
@@ -125,11 +125,6 @@ public class AdventureManagerImpl implements AdventureManager {
|
||||
} catch (InvocationTargetException | IllegalAccessException e) {
|
||||
LogUtils.warn("Error occurred when sending title");
|
||||
}
|
||||
|
||||
|
||||
Audience au = adventure.player(player);
|
||||
Title.Times times = Title.Times.times(Duration.ofMillis(in), Duration.ofMillis(duration), Duration.ofMillis(out));
|
||||
au.showTitle(Title.title(title, subtitle, times));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user