This commit is contained in:
2026-03-12 18:34:16 +01:00
parent a2a5f04dd4
commit f52ef032c1
4 changed files with 58 additions and 3 deletions

View File

@@ -64,8 +64,6 @@ class SCR_VoiceRangeController: ScriptComponent {
if (!vonContr) return;
// --- HYBRID LÖSUNG ---
// Da die Engine "pro Meter" im echten Voice-Chat nicht zulässt,
// ordnen wir die Meterzahl im Hintergrund den 3 Komponenten zu.
typename compType = SCR_VoNNormal; // Standard
if (m_iCurrentRange <= 15) {

View File

@@ -6,7 +6,6 @@ class SCR_VoiceRangeDisplay: SCR_InfoDisplay {
super.OnStartDraw(owner);
if (!m_wRoot) {
// Passe den Pfad zu deiner UI Layout-Datei an
m_wRoot = GetGame().GetWorkspace().CreateWidgets("68D6F5422C10ACFC/UI/layouts/VoiceRange/VoiceRangeDynamicNumber.layout");
if (!m_wRoot) return;
}