Skip to content

Commit

Permalink
Restore BecomeAdmin command, up version, another reload fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
JavidPack committed Aug 29, 2017
1 parent 379e626 commit be260a4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 1 addition & 3 deletions Commands/BecomeAdmin.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
using HEROsMod.HEROsModNetwork;
using HEROsMod.HEROsModNetwork;
using System;
using Terraria;
using Terraria.ModLoader;
Expand Down Expand Up @@ -47,4 +46,3 @@ public override void Action(CommandCaller caller, string input, string[] args)
}
}
}
*/
2 changes: 2 additions & 0 deletions HEROsMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ public override void Unload()
UIKit.UIDropdown.capDown = null;
UIKit.UICheckbox.checkboxTexture = null;
UIKit.UICheckbox.checkmarkTexture = null;
HEROsModServices.Login._loginTexture = null;
HEROsModServices.Login._logoutTexture = null;
try
{
KeybindController.bindings.Clear();
Expand Down
4 changes: 2 additions & 2 deletions HEROsModServices/Login.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ public static bool LoggedIn
}
}

private static Texture2D _loginTexture;
private static Texture2D _logoutTexture;
internal static Texture2D _loginTexture;
internal static Texture2D _logoutTexture;

private static event EventHandler LoginStatusChanged;

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.1.5.5
version = 0.1.5.6
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 be260a4

Please sign in to comment.