Fix warnings.

This commit is contained in:
Vera Aguilera Puerto 2022-04-23 15:33:18 +02:00
parent 5c4960e729
commit c71a748112
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ using Robust.Shared.Timing;
// DEVNOTE: Games that want to be on the hub can change their namespace prefix in the "manifest.yml" file.
namespace Content.Server;
public class EntryPoint : GameServer
public sealed class EntryPoint : GameServer
{
public override void Init()
{