Revert "geneticstart"

This reverts commit 718e5e7af4.
This commit is contained in:
Zekins
2025-03-24 02:06:54 +03:00
parent 1152848cfa
commit 8a6ae35cfb
127 changed files with 5 additions and 6788 deletions

View File

@@ -838,7 +838,6 @@ public sealed partial class ChatSystem : SharedChatSystem
var recipients = new Dictionary<ICommonSession, ICChatRecipientData>();
var ghostHearing = GetEntityQuery<GhostHearingComponent>();
var xforms = GetEntityQuery<TransformComponent>();
var deafnessQuery = GetEntityQuery<DeafnessComponent>(); // Corvax-Wega-Deafness
var transformSource = xforms.GetComponent(source);
var sourceMapId = transformSource.MapID;
@@ -849,8 +848,6 @@ public sealed partial class ChatSystem : SharedChatSystem
if (player.AttachedEntity is not { Valid: true } playerEntity)
continue;
if (deafnessQuery.HasComponent(playerEntity)) continue; // Corvax-Wega-Deafness
var transformEntity = xforms.GetComponent(playerEntity);
if (transformEntity.MapID != sourceMapId)