Clean up all missing EntitySystem proxy method uses (#38353)
This commit is contained in:
@@ -211,7 +211,7 @@ namespace Content.Client.Actions
|
||||
else
|
||||
{
|
||||
var request = new RequestPerformActionEvent(GetNetEntity(action));
|
||||
EntityManager.RaisePredictiveEvent(request);
|
||||
RaisePredictiveEvent(request);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user