Dedicated server can give clients the permission to use commands that only exist in the client project (los, lights, control, etc). Closes #476
This commit is contained in:
@@ -88,6 +88,7 @@ namespace Barotrauma
|
||||
|
||||
public void Execute(string[] args)
|
||||
{
|
||||
if (onExecute == null) return;
|
||||
onExecute(args);
|
||||
}
|
||||
|
||||
@@ -100,6 +101,7 @@ namespace Barotrauma
|
||||
{
|
||||
if (onClientRequestExecute == null)
|
||||
{
|
||||
if (onExecute == null) return;
|
||||
onExecute(args);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user