Skip to content

Commit

Permalink
bugs fix... (disable of features)
Browse files Browse the repository at this point in the history
  • Loading branch information
noverd committed Nov 10, 2024
1 parent bd05cae commit 782475e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 4 additions & 2 deletions ArabicaCliento/Commands/Arabica.TTSTest.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Content.Shared.Administration;
// TODO: Rework this shit with reflection
/*using Content.Shared.Administration;
using Content.Shared.Corvax.TTS;
using Robust.Shared.Console;
using Robust.Shared.Prototypes;
Expand Down Expand Up @@ -32,4 +33,5 @@ public void Execute(IConsoleShell shell, string argStr, string[] args)
}
});
}
}
}
*/
5 changes: 3 additions & 2 deletions ArabicaCliento/Systems/ArabicaPlayerListUpdaterSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace ArabicaCliento.Systems;

public sealed class ArabicaPlayerListUpdaterSystem: EntitySystem
/*public sealed class ArabicaPlayerListUpdaterSystem: EntitySystem
{
private static readonly TimeSpan UpdateTime = TimeSpan.FromSeconds(4);
[Dependency] private readonly IGameTiming _timing = default!;
Expand Down Expand Up @@ -39,4 +39,5 @@ private void OnPlayerListUpdated()
{
}
}
}
*/
2 changes: 1 addition & 1 deletion ArabicaCliento/Systems/ArabicaSecurityIcons.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

namespace ArabicaCliento.Systems;

public class ArabicaJobIconsSystem : LocalPlayerAddCompSystem<ShowJobIconsComponent>;
public class ArabicaJobIconsSystem : LocalPlayerAddCompSystem<ShowSecurityIconsComponent>;

0 comments on commit 782475e

Please sign in to comment.