Skip to content

Commit

Permalink
0.2.1.2, fix #19
Browse files Browse the repository at this point in the history
  • Loading branch information
JavidPack committed Sep 2, 2018
1 parent 2d833e6 commit 46befcd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HEROsModNetwork/GeneralMessages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@ public static void ProcessData(ref BinaryReader reader, int playerNumber)
ProcessStopRainRequest(playerNumber);
break;

case MessageType.RequestStartSandstorm:
ProcessStartSandstormRequest(playerNumber);
break;

case MessageType.RequestStopSandstorm:
ProcessStopSandstormRequest(playerNumber);
break;

case MessageType.RequestForcedSundial:
ProcessForcedSundialRequest(playerNumber);
break;
Expand Down
1 change: 1 addition & 0 deletions UIKit/UIComponents/UIHotbar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ internal bool selected
{
HEROsMod.ServiceHotbar.HotBarChild.selected = false;
}
this.CenterXAxisToParentCenter();
HEROsMod.ServiceHotbar.HotBarChild = this;
}
arrived = false;
Expand Down
2 changes: 1 addition & 1 deletion build.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
author = HERO, jopojelly
version = 0.2.1.1
version = 0.2.1.2
displayName = HERO's Mod
homepage = http://forums.terraria.org/index.php?threads/heros-mod-creative-mode-server-management-and-over-25-tools-1-3-1-1-compatible.44650/
buildIgnore = .vs\*, Properties\*, *.csproj, *.user, obj\*, bin\*, *.config, tmod\*, ignore\*, ZVidBuild\*, Images\Old*, Images\AllIcons.psd, .git\*, LICENSE, .gitignore
Expand Down

0 comments on commit 46befcd

Please sign in to comment.