Skip to content

Commit d99bdb9

Browse files
author
hamstar0
committed
v5.0.0.2 - Fixed an issue (!) with API widget adding
1 parent 2416cd5 commit d99bdb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HUDElementsLib/API.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace HUDElementsLib {
77
public static class HUDElementsLibAPI {
88
private static void MessageAboutHUD_If() {
99
Mod msgMod = ModLoader.GetMod( "Messages" );
10-
if( msgMod != null ) {
10+
if( msgMod == null ) {
1111
return;
1212
}
1313

HUDElementsLib/build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
displayName = HUD Elements Lib
22
author = hamstar
3-
version = 5.0.0.1
3+
version = 5.0.0.2
44
buildIgnore = *.csproj, *.user, *.bat, obj\*, bin\*, .vs\*, .git\*
55
homepage = https://forums.terraria.org/index.php?threads/hud-elements-lib.103890/

0 commit comments

Comments
 (0)