diff --git a/resources/Schema/Entities/aim_rays.xml b/resources/Schema/Entities/aim_rays.xml
index c488ca51..c8dac9a3 100644
--- a/resources/Schema/Entities/aim_rays.xml
+++ b/resources/Schema/Entities/aim_rays.xml
@@ -205,6 +205,57 @@
+
+
+
+
+
+
+
+
+
+ Models\Core\UnitCube.mesh
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+ Models\Core\UnitCube.mesh
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/Engine/Sound/SoundSystem.cpp b/src/Engine/Sound/SoundSystem.cpp
index d08232ec..e5684ac3 100644
--- a/src/Engine/Sound/SoundSystem.cpp
+++ b/src/Engine/Sound/SoundSystem.cpp
@@ -365,7 +365,7 @@ bool SoundSystem::OnInputCommand(const Events::InputCommand & e)
bool SoundSystem::OnCaptured(const Events::Captured & e)
{
- int homeTeam = (int)m_World->GetComponent(e.CapturePointID, "CapturePoint")["HomePointForTeam"];
+ int homeTeam = (int)m_World->GetComponent(e.CapturePointID, "Team")["Team"];
int team = (int)m_World->GetComponent(m_LocalPlayer, "Team")["Team"];
Events::PlaySoundOnEntity ev;
if (team == homeTeam) {