Allow more lobby parameters to be configured.

This commit is contained in:
Pieter-Jan Briers
2020-02-08 21:23:37 +01:00
parent c7043d20b1
commit 913b4d97a1
5 changed files with 29 additions and 21 deletions

View File

@@ -8,6 +8,7 @@ using Robust.Server.Player;
using Robust.Shared.Enums;
using Robust.Shared.Interfaces.Network;
using Robust.Shared.IoC;
using Robust.Shared.ViewVariables;
namespace Content.Server.Sandbox
{
@@ -23,6 +24,7 @@ namespace Content.Server.Sandbox
private bool _isSandboxEnabled;
[ViewVariables(VVAccess.ReadWrite)]
public bool IsSandboxEnabled
{
get => _isSandboxEnabled;