Allow admins to change round preset.
This commit is contained in:
10
Content.Server/GameTicking/GamePresets/PresetSandbox.cs
Normal file
10
Content.Server/GameTicking/GamePresets/PresetSandbox.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Content.Server.GameTicking.GamePresets
|
||||
{
|
||||
public sealed class PresetSandbox : GamePreset
|
||||
{
|
||||
public override void Start()
|
||||
{
|
||||
// Nothing yet.
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
using Robust.Shared.Log;
|
||||
|
||||
namespace Content.Server.GameTicking.GamePresets
|
||||
{
|
||||
public class PresetTraitor : GamePreset
|
||||
{
|
||||
public override void Start()
|
||||
{
|
||||
Logger.DebugS("ticker.preset", "Current preset is traitor.");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user