From 2a2fa66ffa7754c3958d6e08428b0f3071b462f4 Mon Sep 17 00:00:00 2001 From: Chomper9981 Date: Fri, 13 Mar 2026 10:51:02 +0700 Subject: [PATCH] fix merge bug --- Assets/Scripts/CECHostPlayer.Skill.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/Scripts/CECHostPlayer.Skill.cs b/Assets/Scripts/CECHostPlayer.Skill.cs index 917738b0cc..9ef7f1257c 100644 --- a/Assets/Scripts/CECHostPlayer.Skill.cs +++ b/Assets/Scripts/CECHostPlayer.Skill.cs @@ -1817,7 +1817,6 @@ namespace BrewMonster } } -#if UNITY_EDITOR /// /// Cycles through learned skills by removing all shortcuts and adding 8 new skills to slots 0-7. /// If m_startingSkillID is set (>0), uses that specific skill ID and the next 7 (ID+1 through ID+7).