You can no longer place unless you are in admin or sandbox.
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace Content.Client.Sandbox
|
||||
{
|
||||
public interface ISandboxManager
|
||||
{
|
||||
void Initialize();
|
||||
bool SandboxAllowed { get; }
|
||||
event Action<bool> AllowedChanged;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user