File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v2
1313
1414 # Mod Browser integration
15- - uses : JavidPack/tModLoaderPublishIntegration@v0.11.8
15+ - uses : JavidPack/tModLoaderPublishIntegration@v0.11.8.1
1616 with :
1717 STEAMID64 : ${{secrets.STEAMID64}}
1818 MODBROWSERPASSPHRASE : ${{secrets.MODBROWSERPASSPHRASE}}
Original file line number Diff line number Diff line change @@ -210,7 +210,8 @@ public override void Draw(SpriteBatch spriteBatch) {
210210 }
211211
212212 internal static void OnScrollWheel_FixHotbarScroll ( UIScrollWheelEvent evt , UIElement listeningElement ) {
213- Main . LocalPlayer . ScrollHotbar ( Terraria . GameInput . PlayerInput . ScrollWheelDelta / 120 ) ;
213+ if ( Main . LocalPlayer . itemAnimation == 0 && Main . LocalPlayer . itemTime == 0 && Main . LocalPlayer . reuseDelay == 0 )
214+ Main . LocalPlayer . ScrollHotbar ( Terraria . GameInput . PlayerInput . ScrollWheelDelta / 120 ) ;
214215 }
215216
216217 private Texture2D ResizeImage ( Texture2D texture2D , int desiredWidth , int desiredHeight ) {
Original file line number Diff line number Diff line change 11author = SheepishShepherd, jopojelly
2- version = 1.1.5.3
2+ version = 1.1.5.4
33displayName = Boss Checklist
44homepage = http://forums.terraria.org/index.php?threads/boss-checklist-in-game-progression-checklist.50668/
55hideCode = false
You can’t perform that action at this time.
0 commit comments