Skip to content

Commit

Permalink
cleanup for version update (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlthelama authored Apr 11, 2023
2 parents 951fcbb + 35dff5c commit aa2ba6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.20)

set(NAME "LamasTinyHUD")
set(VERSION 1.4.2.1)
set(VERSION 1.4.3.0)

# ---- Options ----

Expand Down
3 changes: 2 additions & 1 deletion src/equip/magic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ namespace equip {
if (config::mcm_setting::get_elden_demon_souls()) {
auto selected_power = a_player->GetActorRuntimeData().selectedPower;
if (selected_power) {
logger::trace(
logger::warn(
"power/shout {} is equipped, will only cast spell in elden mode if shout slot is empty. return."sv,
selected_power->GetName());
RE::DebugNotification("Shout Slot not Empty, Skipping Spellcast");
return;
}
}
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lamastinyhud",
"version-string": "1.4.2",
"version-string": "1.4.3",
"description": "hud element for skyrim",
"homepage": "https://github.com/mlthelama/LamasTinyHUD",
"license": "GPL-2.0-or-later",
Expand Down

0 comments on commit aa2ba6b

Please sign in to comment.