From bf4e97aea2a8e44a058e1f985448502c4c3a9fd9 Mon Sep 17 00:00:00 2001 From: mlthelama <47679057+mlthelama@users.noreply.github.com> Date: Tue, 11 Apr 2023 13:25:56 +0200 Subject: [PATCH 1/2] `cleanup` --- src/equip/magic.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/equip/magic.cpp b/src/equip/magic.cpp index 9288a31..d2134a9 100644 --- a/src/equip/magic.cpp +++ b/src/equip/magic.cpp @@ -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; } } From 35dff5c006f4ea5a92a6d50062cfbb9d8cf7315e Mon Sep 17 00:00:00 2001 From: mlthelama <47679057+mlthelama@users.noreply.github.com> Date: Tue, 11 Apr 2023 13:26:33 +0200 Subject: [PATCH 2/2] `version up` --- CMakeLists.txt | 2 +- vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fc3bd34..197e83e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ---- diff --git a/vcpkg.json b/vcpkg.json index 0d54408..8e6b8cc 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -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",