]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Game server api (#23129)
authorSimon <63975668+Simyon264@users.noreply.github.com>
Sun, 7 Jan 2024 01:47:29 +0000 (02:47 +0100)
committerGitHub <noreply@github.com>
Sun, 7 Jan 2024 01:47:29 +0000 (17:47 -0800)
commitdfc8ea6aee85776dd1676df601ff8c22ea205a08
tree98c74f031a7da855fc8973063245d2c27337f9ac
parent5f8eab71ce49fd326e5977be7a4f3328a03858a7
Game server api (#23129)

* Stuff

* Fix RoundStatus Action

* Rename stuff

* Also needs to run on the main thread

* minor stuff

* Move to not be an EntitySystem

* Part 1 of making this less shit

* Make some more stuff run on main thread

* Actor check, logging and remove token from log.

* Better log

* Change ActionKick to use Guid instead of username

* Fix build

* Bandaid fix for test fails
Content.Server/Administration/ServerAPI.cs [new file with mode: 0644]
Content.Server/Administration/Systems/AdminSystem.cs
Content.Server/IoC/ServerContentIoC.cs
Content.Shared/CCVar/CCVars.cs