Add RGB staff (#13125)
This commit is contained in:
@@ -18,9 +18,9 @@ namespace Content.Server.Actions
|
||||
base.Initialize();
|
||||
}
|
||||
|
||||
protected override bool PerformBasicActions(EntityUid user, ActionType action)
|
||||
protected override bool PerformBasicActions(EntityUid user, ActionType action, bool predicted)
|
||||
{
|
||||
var result = base.PerformBasicActions(user, action);
|
||||
var result = base.PerformBasicActions(user, action, predicted);
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(action.Speech))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user