]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Fixes client having authority over rules popup cvars (#28655)
authorAJCM-git <60196617+AJCM-git@users.noreply.github.com>
Fri, 7 Jun 2024 19:53:20 +0000 (15:53 -0400)
committerGitHub <noreply@github.com>
Fri, 7 Jun 2024 19:53:20 +0000 (21:53 +0200)
commit63e0ee08cb50dbd937e11ab1e965b5f79aae134d
tree9d01db5e0f16f8cb6f94dde78fd8c5e92242d56a
parenta1a3a0d131e5c89ba26df74092b3307fb291e899
Fixes client having authority over rules popup cvars (#28655)

* Fixes client having authority over rules popup cvars

* Delete duplicate migration

* Pre-update

* Post-update
16 files changed:
Content.Client/UserInterface/Systems/Info/InfoUIController.cs
Content.Server.Database/Migrations/Postgres/20240606175154_ReturnLastReadRules.Designer.cs [new file with mode: 0644]
Content.Server.Database/Migrations/Postgres/20240606175154_ReturnLastReadRules.cs [new file with mode: 0644]
Content.Server.Database/Migrations/Postgres/PostgresServerDbContextModelSnapshot.cs
Content.Server.Database/Migrations/Sqlite/20240606175141_ReturnLastReadRules.Designer.cs [new file with mode: 0644]
Content.Server.Database/Migrations/Sqlite/20240606175141_ReturnLastReadRules.cs [new file with mode: 0644]
Content.Server.Database/Migrations/Sqlite/SqliteServerDbContextModelSnapshot.cs
Content.Server.Database/Model.cs
Content.Server/Administration/Managers/AdminManager.cs
Content.Server/Database/ServerDbBase.cs
Content.Server/Database/ServerDbManager.cs
Content.Server/Entry/EntryPoint.cs
Content.Server/Info/RulesManager.cs [new file with mode: 0644]
Content.Server/IoC/ServerContentIoC.cs
Content.Shared/CCVar/CCVars.cs
Content.Shared/Info/RulesMessages.cs