Minor cuff changes (#4164)
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Content.Server.Alert.Click
|
||||
{
|
||||
public void AlertClicked(ClickAlertEventArgs args)
|
||||
{
|
||||
args.Player.GetComponentOrNull<SharedPullableComponent>()?.TryStopPull();
|
||||
args.Player.GetComponentOrNull<SharedPullableComponent>()?.TryStopPull(args.Player);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user