[Feat] War crime console (#144)
* ADD: Icons, New component. Надо будет рефакторнуть худы в одну систему * Some govno ebanoe * ui * Some govno * UI and UI lol * Dermo again * ы * Добавлена система консоли. Надо добавить манипуляцию с рекордами и сохранение крим. записей на сервер. Я пометил в туду * Added functional for Criminal Records UI * Дропаю это говно * Рабочая версия крим консоли * Fuull functional * Added radio * Arrest info feature * improve ui * another names * New texturem Sprite viewer * fix small names * Added login menu * Final fix. * ох * Убрал логгеры * fix Comments and Access to proto * moved dummy code, removed qustyions * added disposer() when window was close * Small fixes * Removed comments. Added DNA check for CriminalityHud * Small lol --------- Co-authored-by: DocNITE <docnite0530@gmail.com>
This commit is contained in:
@@ -57,7 +57,7 @@ public sealed class AccessReaderSystem : EntitySystem
|
||||
if (!id.IsValid())
|
||||
continue;
|
||||
|
||||
component.AccessKeys.Add(new StationRecordKey(key.Item2, id));
|
||||
component.AccessKeys.Add(new StationRecordKey(key.Item2, GetNetEntity(id)));
|
||||
}
|
||||
|
||||
component.AccessLists = new(state.AccessLists);
|
||||
|
||||
Reference in New Issue
Block a user